| Nombre del símbolo | Latin Capital Letter R With Inverted Breve |
| Versión Unicode | 1.1 |
| Unicode | U+0212 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | C8 92 |
| UTF-16 | 0212 |
| UTF-32 | 00000212 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERRWITHINVERTEDBREVE}4\end{document}Puedes escribir el símbolo latin capital letter r with inverted breve en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 530 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter r with inverted breve", or use Unicode Hex Input with 0212.
Ctrl + Shift + U, type 0212, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-r-with-inverted-breve::before { content: "\0212"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ȓ</span>La representación del símbolo Latin Capital Letter R With Inverted Breve en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u0212' or String.fromCodePoint(530) |
| Python | '\N{LATIN CAPITAL LETTER R WITH INVERTED BREVE}' or chr(530) |
| Rust | '\u{0212}' |
| C / C++ | UTF-8 source or wchar_t with U+0212 |
| Go | string(rune(0x0212)) |
| Ruby | "\u{0212}" |
| Código CSS |
\0212 |
| Código hexadecimal | 0x0212 |
| Código HTML | Ȓ |
| LaTeX | \text{LATINCAPITALLETTERRWITHINVERTEDBREVE} |
| Símbolo | Ȓ |
| Codificación URL (porcentaje UTF-8) | %C8%92 |
| Nombre oral / lector de pantalla | Latin Capital Letter R With Inverted Breve |