| 記号名 | Hangul Syllable Ggyolh |
| Unicodeバージョン | 2.0 |
| Unicode | U+AFAB |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \AFAB |
| 16進コード | 0xAFAB |
| HTMLコード | 꾫 |
| LaTeX | \hangul{AFAB} |
| 記号 | 꾫 |
| URLエンコード(UTF-8パーセント) | %EA%BE%AB |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Ggyolh |
| UTF-8 | EA BE AB |
| UTF-16 | AFAB |
| UTF-32 | 0000AFAB |
1\documentclass{article}2\usepackage{pifont}3\hangul{AFAB}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable ggyolh記号を入力できます:
Alt + 44971 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyolh", or use Unicode Hex Input with AFAB.
Ctrl + Shift + U, type afab, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-ggyolh::before { content: "\AFAB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꾫</span>各プログラミング言語におけるHangul Syllable Ggyolh記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uAFAB' or String.fromCodePoint(44971) |
| Python | '\N{HANGUL SYLLABLE GGYOLH}' or chr(44971) |
| Rust | '\u{AFAB}' |
| C / C++ | UTF-8 source or wchar_t with U+AFAB |
| Go | string(rune(0xAFAB)) |
| Ruby | "\u{AFAB}" |