Char

Description of formula:
Function makes possible to insert specific characters. Returns Unicode character, corresponding to a given number.
Link to the website with Unicode: https://unicode-table.com/en/
mceclip1.png 
You can use function char in two ways:
by four-characters code after U+ in text format
or
by number after &# in number format
Syntax:
char(hex)
Parameters:
hex
(type: number or text) value, corresponding to specific character
Returned type:
Text
Examples:
=char('00DF')
=char(223)
=char(10) - newline character (enter)
 
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk