-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$chr"
< mirc | identifiers
m |
Yawhatnever (talk | contribs) m (added see also list of identifiers) |
||
Line 24: | Line 24: | ||
== See also == | == See also == | ||
* [[$asc identifier - mIRC|$asc]] | * [[$asc identifier - mIRC|$asc]] | ||
+ | * [[List of identifiers - mIRC]] | ||
+ | |||
[[Category:mIRC identifiers]] | [[Category:mIRC identifiers]] |
Revision as of 16:27, 23 June 2014
$chr returns the character attached to a specified Unicode code point number.
Synopsis
$chr(<N>)
Switches
None
Parameters
NThis is the Unicode code point value that you wish to retrieve the character for.
Example
Echo the character attached to Unicode code point 63 to the active window
//echo -a $chr(63)
Echo the character attached to Unicode code point 85 to the active window
//echo -a $chr(85)
Compatibility
Added: mIRC v4.5
Added On: 30/06/96