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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Creates a character with given number.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 5.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Character Number | The unicode codepoint. | 65 |
Returns OK or error.
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: 🇩🇪
This function is free to use.
Created 4th June 2015, last changed 17th September 2018