| Symbol Name | Greek Ano Teleia |
| Unicode Version | 1.1 |
| Unicode | U+0387 |
| Unicode block | |
| General category | Punctuation (Po) |
| CSS Code | \0387 |
| Hex Code | 0x0387 |
| HTML Code | · |
| LaTeX | \text{GREEKANOTELEIA} |
| Symbol | · |
| URL encode (UTF-8 percent) | %CE%87 |
| Spoken / screen reader name | 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}You can type the greek ano teleia symbol on most modern devices with the help of following methods:
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>Greek Ano Teleia symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |