| Symboolnaam | Hangul Syllable Gaemb |
| Unicode-versie | 2.0 |
| Unicode | U+AC2D |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AC2D |
| Hexadecimale code | 0xAC2D |
| HTML-code | 갭 |
| LaTeX | \hangul{AC2D} |
| Symbool | 갭 |
| URL-codering (UTF-8 procent) | %EA%B0%AD |
| Uitgesproken naam / schermlezer | Hangul Syllable Gaemb |
| UTF-8 | EA B0 AD |
| UTF-16 | AC2D |
| UTF-32 | 0000AC2D |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC2D}4\end{document}Je kunt het hangul syllable gaemb-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44077 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gaemb", or use Unicode Hex Input with AC2D.
Ctrl + Shift + U, type ac2d, 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-gaemb::before { content: "\AC2D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갭</span>De weergave van het Hangul Syllable Gaemb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAC2D' or String.fromCodePoint(44077) |
| Python | '\N{HANGUL SYLLABLE GAEMB}' or chr(44077) |
| Rust | '\u{AC2D}' |
| C / C++ | UTF-8 source or wchar_t with U+AC2D |
| Go | string(rune(0xAC2D)) |
| Ruby | "\u{AC2D}" |