| Nombre del símbolo | Hangul Syllable Gyed |
| Versión Unicode | 2.0 |
| Unicode | U+ACCB |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \ACCB |
| Código hexadecimal | 0xACCB |
| Código HTML | 곋 |
| LaTeX | \hangul{ACCB} |
| Símbolo | 곋 |
| Codificación URL (porcentaje UTF-8) | %EA%B3%8B |
| Nombre oral / lector de pantalla | Hangul Syllable Gyed |
| UTF-8 | EA B3 8B |
| UTF-16 | ACCB |
| UTF-32 | 0000ACCB |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACCB}4\end{document}Puedes escribir el símbolo hangul syllable gyed en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 44235 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyed", or use Unicode Hex Input with ACCB.
Ctrl + Shift + U, type accb, 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-gyed::before { content: "\ACCB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>곋</span>La representación del símbolo Hangul Syllable Gyed en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uACCB' or String.fromCodePoint(44235) |
| Python | '\N{HANGUL SYLLABLE GYED}' or chr(44235) |
| Rust | '\u{ACCB}' |
| C / C++ | UTF-8 source or wchar_t with U+ACCB |
| Go | string(rune(0xACCB)) |
| Ruby | "\u{ACCB}" |