FULLWIDTH SEMICOLON (;)
;
Copy Character
Unicode Block
Halfwidth and Fullwidth FormsUnicode Code
U+FF1B
Codepoint
65307
Notes
~ FF1B FE00 corner-justified form
~ FF1B FE01 centered form
# <wide> 003B
Character Encoding
UTF-8
0xEF0xBC0x9B
UTF-16
0xFF1B
UTF-32
0x0000FF1B
Copy & Paste Codes
Unicode Escape
\u{FF1B}
HTML Entity (Decimal)
;
HTML Entity (Hex)
;
CSS Code
\FF1B
JavaScript/JSON
String.fromCodePoint(0xFF1B)
Python
chr(0xFF1B)
Ruby/PHP
chr(0xFF1B)
Unix, C, PHP, JAVA
0xFF1B
Perl
chr(0xFF1B)
URL Encoded
%ff1b