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