copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ø'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ø
LATIN CAPITAL LETTER O WITH STROKE
Overview
Ø (LATIN CAPITAL LETTER O WITH STROKE) is the Unicode character at code point U+00D8. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00D8 | |
| decimal | 216 | |
| htmldecimal | Ø | |
| htmlhex | Ø | |
| css | \00D8 | |
| javascript | \u{D8} | |
| python | \u00d8 | |
| java | \u00D8 | |
| go | \u00D8 | |
| ruby | \u{D8} | |
| rust | \u{D8} | |
| ccpp | \u00d8 | |
| urlencoded | %C3%98 | |
| utf8bytes | c3 98 | |
| utf16bebytes | 00 d8 | |
| utf32bebytes | 00 00 00 d8 |
How to Use
HTML:
Ø
CSS:
content: "\00D8"
JavaScript:
"\u{D8}"
Python:
"\u00d8"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ø character (LATIN CAPITAL LETTER O WITH STROKE)?
Ø (LATIN CAPITAL LETTER O WITH STROKE) is the Unicode character U+00D8.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH STROKE?
The LATIN CAPITAL LETTER O WITH STROKE character (Ø) has codepoint U+00D8.
How do I type or copy LATIN CAPITAL LETTER O WITH STROKE?
Copy Ø directly, or use the HTML entity, UTF-8, and code encodings shown on this page.