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 SMALL LETTER O WITH STROKE
Overview
ø (LATIN SMALL LETTER O WITH STROKE) is the Unicode character at code point U+00F8. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00F8 | |
| decimal | 248 | |
| htmldecimal | ø | |
| htmlhex | ø | |
| css | \00F8 | |
| javascript | \u{F8} | |
| python | \u00f8 | |
| java | \u00F8 | |
| go | \u00F8 | |
| ruby | \u{F8} | |
| rust | \u{F8} | |
| ccpp | \u00f8 | |
| urlencoded | %C3%B8 | |
| utf8bytes | c3 b8 | |
| utf16bebytes | 00 f8 | |
| utf32bebytes | 00 00 00 f8 |
How to Use
HTML:
ø
CSS:
content: "\00F8"
JavaScript:
"\u{F8}"
Python:
"\u00f8"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ø character (LATIN SMALL LETTER O WITH STROKE)?
ø (LATIN SMALL LETTER O WITH STROKE) is the Unicode character U+00F8.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH STROKE?
The LATIN SMALL LETTER O WITH STROKE character (ø) has codepoint U+00F8.
How do I type or copy LATIN SMALL LETTER O WITH STROKE?
Copy ø directly, or use the HTML entity, UTF-8, and code encodings shown on this page.