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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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: 🇩🇪
Created 4th June 2015, last changed 17th September 2018
Text.CapitalCase - Text.Characters
Feedback: Report problem or ask question.