| Nom du symbole | Hangul Syllable Gaelp |
| Version Unicode | 2.0 |
| Unicode | U+AC2A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \AC2A |
| Code hexadécimal | 0xAC2A |
| Code HTML | 갪 |
| LaTeX | \hangul{AC2A} |
| Symbole | 갪 |
| Encodage URL (pourcent UTF-8) | %EA%B0%AA |
| Nom oral / lecteur d’écran | Hangul Syllable Gaelp |
| UTF-8 | EA B0 AA |
| UTF-16 | AC2A |
| UTF-32 | 0000AC2A |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC2A}4\end{document}Vous pouvez saisir le symbole hangul syllable gaelp sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44074 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gaelp", or use Unicode Hex Input with AC2A.
Ctrl + Shift + U, type ac2a, 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-gaelp::before { content: "\AC2A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갪</span>La représentation du symbole Hangul Syllable Gaelp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAC2A' or String.fromCodePoint(44074) |
| Python | '\N{HANGUL SYLLABLE GAELP}' or chr(44074) |
| Rust | '\u{AC2A}' |
| C / C++ | UTF-8 source or wchar_t with U+AC2A |
| Go | string(rune(0xAC2A)) |
| Ruby | "\u{AC2A}" |