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