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