| Nombre del símbolo | Black Chess Knight |
| Versión Unicode | 1.1 |
| Unicode | U+265E |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 99 9E |
| UTF-16 | 265E |
| UTF-32 | 0000265E |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSKNIGHT}4\end{document}Puedes escribir el símbolo black chess knight en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9822 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black chess knight", or use Unicode Hex Input with 265E.
Ctrl + Shift + U, type 265e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with board-game symbol support.
1span.black-chess-knight::before { content: "\265E"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>♞</span>La representación del símbolo Black Chess Knight en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u265E' or String.fromCodePoint(9822) |
| Python | '\N{BLACK CHESS KNIGHT}' or chr(9822) |
| Rust | '\u{265E}' |
| C / C++ | UTF-8 source or wchar_t with U+265E |
| Go | string(rune(0x265E)) |
| Ruby | "\u{265E}" |
| Código CSS |
\265E |
| Código hexadecimal | 0x265E |
| Código HTML | ♞ |
| LaTeX | \text{BLACKCHESSKNIGHT} |
| Símbolo | ♞ |
| Codificación URL (porcentaje UTF-8) | %E2%99%9E |
| Nombre oral / lector de pantalla | Black Chess Knight |