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