| Nombre del símbolo | Latin Capital Letter Turned K |
| Versión Unicode | 7.0 |
| Unicode | U+A7B0 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9E B0 |
| UTF-16 | A7B0 |
| UTF-32 | 0000A7B0 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTURNEDK}4\end{document}Puedes escribir el símbolo latin capital letter turned k en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42928 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter turned k", or use Unicode Hex Input with A7B0.
Ctrl + Shift + U, type a7b0, 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-turned-k::before { content: "\A7B0"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ʞ</span>La representación del símbolo Latin Capital Letter Turned K en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7B0' or String.fromCodePoint(42928) |
| Python | '\N{LATIN CAPITAL LETTER TURNED K}' or chr(42928) |
| Rust | '\u{A7B0}' |
| C / C++ | UTF-8 source or wchar_t with U+A7B0 |
| Go | string(rune(0xA7B0)) |
| Ruby | "\u{A7B0}" |
| Código CSS |
\A7B0 |
| Código hexadecimal | 0xA7B0 |
| Código HTML | Ʞ |
| LaTeX | \text{LATINCAPITALLETTERTURNEDK} |
| Símbolo | Ʞ |
| Codificación URL (porcentaje UTF-8) | %EA%9E%B0 |
| Nombre oral / lector de pantalla | Latin Capital Letter Turned K |