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