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