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