IDEOGRAPHIC COMMA (、)
、
Copy Character
Unicode Block
CJK Symbols and PunctuationUnicode Code
U+3001
Codepoint
12289
Notes
in Chinese, delimits items in a list or series
~ 3001 FE00 corner-justified form
~ 3001 FE01 centered form
Character Encoding
UTF-8
0xE30x800x81
UTF-16
0x3001
UTF-32
0x00003001
Copy & Paste Codes
Unicode Escape
\u{3001}
HTML Entity (Decimal)
、
HTML Entity (Hex)
、
CSS Code
\3001
JavaScript/JSON
String.fromCodePoint(0x3001)
Python
chr(0x3001)
Ruby/PHP
chr(0x3001)
Unix, C, PHP, JAVA
0x3001
Perl
chr(0x3001)
URL Encoded
%3001