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