Length = 2
Character | ヨ | ゙ |
---|---|---|
Code point | U+30E8 | U+3099 |
bidi (Unicode::UCD) | L | NSM |
Bidi_Class (DerivedBidiClass.txt) | L | NSM |
Bidi_Class (DerivedBidiClass-5.1.0.txt) | L | NSM |
Age (DerivedAge.txt) | 1.1 | 1.1 |
CJK numeral value | - | - |
Unicode encodings | ||
---|---|---|
UTF-8 |
0xE3 0x83 0xA8 0xE3 0x82 0x99
\xE3\x83\xA8\xE3\x82\x99
| |
UTF-16BE |
0x30 0xE8 0x30 0x99
\x30\xE8\x30\x99
| |
UTF-16LE |
0xE8 0x30 0x99 0x30
\xE8\x30\x99\x30
| |
UTF-32BE |
0x00 0x00 0x30 0xE8 0x00 0x00 0x30 0x99
\x00\x00\x30\xE8\x00\x00\x30\x99
| |
UTF-32LE |
0xE8 0x30 0x00 0x00 0x99 0x30 0x00 0x00
\xE8\x30\x00\x00\x99\x30\x00\x00
| |
Web encodings | ||
utf-8 | 0xE3 0x83 0xA8 0xE3 0x82 0x99 \xE3\x83\xA8\xE3\x82\x99 | |
gb18030 | 0xA5 0xE8 0x81 0x39 0xA7 0x31 \xA5\xE8\x81\x39\xA7\x31 | |
utf-16be | 0x30 0xE8 0x30 0x99 \x30\xE8\x30\x99 | |
utf-16le | 0xE8 0x30 0x99 0x30 \xE8\x30\x99\x30 | |
Not encodable in: big5 euc-jp euc-kr gbk ibm866 iso-2022-jp iso-8859-10 iso-8859-13 iso-8859-14 iso-8859-15 iso-8859-16 iso-8859-2 iso-8859-3 iso-8859-4 iso-8859-5 iso-8859-6 iso-8859-7 iso-8859-8 iso-8859-8-i koi8-r koi8-u macintosh shift_jis windows-1250 windows-1251 windows-1252 windows-1253 windows-1254 windows-1255 windows-1256 windows-1257 windows-1258 windows-874 x-mac-cyrillic x-user-defined |
Input | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
---|---|---|
Escapes | ||
HTML/XML decimal | ヨ゙ | |
HTML/XML hexadecimal | ヨ゙ | |
CSS | \0030E8\003099 | |
percent-decode de-UTF-8 | ã¨ã | U+00E3 (ã) U+0083 () U+00A8 (¨) U+00E3 (ã) U+0082 () U+0099 () |
en-UTF-8 percent-encode | %E3%83%A8%E3%82%99 | |
de-\u | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
en-\u | \u30E8\u3099 | |
en-\u non-ASCII | \u30E8\u3099 | |
de-surrogate | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Perl bytes | \xE3\x83\xA8\xE3\x82\x99 | |
Perl text | \x{30E8}\x{3099} |
Input | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
---|---|---|
Normalization forms | ||
Canonical decomposition | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Compatibility decomposition | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Canonical composition | ヨ | U+30E8 (ヨ) |
NFC (Unicode::Normalize ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
NFKC (Unicode::Normalize ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
NFD (Unicode::Normalize ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
NFKD (Unicode::Normalize ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
NFKD (UN) uc (Perl) lc (Perl) NFC (UN) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Stringprep | ||
Nameprep AllowUnassigned (Net::IDN::Nameprep 1.102) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Nameprep (Net::IDN::Nameprep 1.102) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Punycode decoding | ||
de-Punycode (Net::IDN::Punycode 2.5) | non-base character in input for decode_punycode | |
de-Punycode (Net::IDN::Punycode::PP 2.500) | invalid digit in input for decode_punycode | |
de-Punycode (IDNA::Punycode 0.03) | invalid punycode input | |
de-Punycode (Mojo::Util ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
de-Punycode (URI::_punycode 1.76) | invalid punycode input | |
de-Punycode (AnyEvent::Util 7.14) | punycode_decode: malformed punycode | |
de-Punycode (URI::UTF8::Punycode 1.05) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Nameprep variant (AnyEvent::Util 7.14) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Nameprep variant for display (AnyEvent::Util 7.14) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
ToUnicode variant (AnyEvent::Util 7.14) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Punycode encoding | ||
en-Punycode (Net::IDN::Punycode 2.5) | 2bkvi | |
en-Punycode (Net::IDN::Punycode::PP 2.500) | 2bkvi | |
en-Punycode (IDNA::Punycode 0.03) | -2bkvi | |
en-Punycode (Mojo::Util ) | ヨ゙ | |
en-Punycode (URI::_punycode 1.76) | 2bkvi | |
en-Punycode (AnyEvent::Util 7.14) | 2bkvi | |
en-Punycode (URI::UTF8::Punycode 1.05) | xn--2bkvi | |
ToASCII variant (AnyEvent::Util 7.14) | xn--2bkvi | |
Cases | ||
ASCII uppercase | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
ASCII lowercase | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Uppercase (Perl uc ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Lowercase (Perl lc ) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Uppercase_Mapping(C) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Lowercase_Mapping(C) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Case_Folding(X) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
NFKC_Casefold(X) | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
Compatibility case folding | ヨ゙ | U+30E8 (ヨ) U+3099 (゙) |
lang=en | ヨ゙ |
---|---|
lang=ja | ヨ゙ |
lang=zh | ヨ゙ |
lang=zh-cn | ヨ゙ |
lang=zh-tw | ヨ゙ |
lang=zh-hk | ヨ゙ |
lang=zh-mo | ヨ゙ |
lang=zh-sg | ヨ゙ |
lang=zh-hans-cn | ヨ゙ |
lang=zh-hant-tw | ヨ゙ |
lang=ko | ヨ゙ |
lang=vi | ヨ゙ |
dir=ltr | ヨ゙ |
---|---|
dir=rtl | ヨ゙ |
'writing-mode: vertical-rl' | ヨ゙ |
cursive | ヨ゙ |
---|---|
fantasy | ヨ゙ |
monospace | ヨ゙ |
sans-serif | ヨ゙ |
serif | ヨ゙ |
-manakai-default | ヨ゙ |
-moz-use-system-font | ヨ゙ |
-apple-system | ヨ゙ |
-moz-button | ヨ゙ |
-moz-desktop | ヨ゙ |
-moz-dialog | ヨ゙ |
-moz-document | ヨ゙ |
-moz-field | ヨ゙ |
-moz-info | ヨ゙ |
-moz-list | ヨ゙ |
-moz-pull-down-menu | ヨ゙ |
-moz-window | ヨ゙ |
-moz-workspace | ヨ゙ |
caption | ヨ゙ |
icon | ヨ゙ |
menu | ヨ゙ |
message-box | ヨ゙ |
small-caption | ヨ゙ |
status-bar | ヨ゙ |
system-ui | ヨ゙ |
font-style: italic | ヨ゙ |
font-variant: small-caps | ヨ゙ |
font-weight: 100 | ヨ゙ |
font-weight: 200 | ヨ゙ |
font-weight: 300 | ヨ゙ |
font-weight: 400 | ヨ゙ |
font-weight: 500 | ヨ゙ |
font-weight: 600 | ヨ゙ |
font-weight: 700 | ヨ゙ |
font-weight: 800 | ヨ゙ |
font-weight: 900 | ヨ゙ |
OpenSansEmoji | ヨ゙ |
---|---|
Mona | ヨ゙ |
小夏 | ヨ゙ |
Noto Color Emoji | ヨ゙ |
Noto Emoji | ヨ゙ |
Note that your system might not have specified fonts.
MS PGothic | ヨ゙ |
---|---|
IPAMonaPGothic | ヨ゙ |
Monapo | ヨ゙ |
Mona | ヨ゙ |
Mona (Web font) | ヨ゙ |
小夏 | ヨ゙ |
小夏 (Web font) | ヨ゙ |
Note that your system might not have specified fonts.
Times New Roman | ヨ゙ |
---|---|
Arial | ヨ゙ |
Arial Unicode MS | ヨ゙ |
Helvetica | ヨ゙ |
Helvetica Neue | ヨ゙ |
Verdana | ヨ゙ |
Lucida Grande | ヨ゙ |
Courier New | ヨ゙ |
MS PMincho | ヨ゙ |
MS PGothic | ヨ゙ |
Microsoft Yahei | ヨ゙ |
微软雅黑 | ヨ゙ |
Meiryo | ヨ゙ |
Osaka | ヨ゙ |
Fira Sans | ヨ゙ |
Droid Sans | ヨ゙ |
Comic Sans MS | ヨ゙ |
Hiragino Sans GB | ヨ゙ |
Hiragino Kaku Gothic ProN | ヨ゙ |
.SFNSDisplay-Regular | ヨ゙ |
Segoe UI | ヨ゙ |
Roboto | ヨ゙ |
Oxygen | ヨ゙ |
Ubuntu | ヨ゙ |
Cantarell | ヨ゙ |
PingFang SC | ヨ゙ |
Symbol | ヨ゙ |
Wingdings | ヨ゙ |
Wingdings 2 | ヨ゙ |
Wingdings 3 | ヨ゙ |
Webdings | ヨ゙ |
BlinkMacSystemFont | ヨ゙ |