Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Text.Character
Creates a character with given number.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 5.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameters
Parameter | Description | Example |
---|---|---|
Character Number | The unicode codepoint. | 65 |
Result
Returns OK or error.
Description
Creates a character with given number.The FileMaker Char() function works only for unicode values up to 65535. This function works with higher values up to 2 billion.
See also Text.Code.
Examples
Test the function:
"Shows a musical symbol: " & char(119070) &" " & MBS("Text.Character"; 119070)
Example result: Shows a musical symbol: 䩾 𝄞
Get smiley:
MBS("Text.Character"; 128512)
Example result: 😀
Build country flag from country code:
MBS( "Text.Character"; 127397 + Code ( "D" )) & MBS( "Text.Character"; 127397 + Code ( "E" ))
Example result: 🇩🇪
See also
- Text.Characters
- Text.Code
- Text.ConvertUnicodeToCharacterComposition
- Text.ConvertUnicodeToCharacterDecomposition
Blog Entries
This function does not need a paid license.
Created 4th June 2015, last changed 17th September 2018
