| Nom du symbole | Greek Ano Teleia |
| Version Unicode | 1.1 |
| Unicode | U+0387 |
| Bloc Unicode | |
| Catégorie générale | Punctuation (Po) |
| Code CSS | \0387 |
| Code hexadécimal | 0x0387 |
| Code HTML | · |
| LaTeX | \text{GREEKANOTELEIA} |
| Symbole | · |
| Encodage URL (pourcent UTF-8) | %CE%87 |
| Nom oral / lecteur d’écran | Greek Ano Teleia |
| UTF-8 | CE 87 |
| UTF-16 | 0387 |
| UTF-32 | 00000387 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKANOTELEIA}4\end{document}Vous pouvez saisir le symbole greek ano teleia sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 903 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek ano teleia", or use Unicode Hex Input with 0387.
Ctrl + Shift + U, type 0387, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-ano-teleia::before { content: "\0387"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>·</span>La représentation du symbole Greek Ano Teleia dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u0387' or String.fromCodePoint(903) |
| Python | '\N{GREEK ANO TELEIA}' or chr(903) |
| Rust | '\u{0387}' |
| C / C++ | UTF-8 source or wchar_t with U+0387 |
| Go | string(rune(0x0387)) |
| Ruby | "\u{0387}" |