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