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