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