Css Styling

Size
ø
15px
ø
18px
ø
21px
ø
24px
ø
27px
ø
30px
ø
33px
ø
36px
ø
42px
ø
48px
ø
54px
ø
60px
ø
66px
ø
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ø
Bold
ø
Italic
ø
Underline
ø
Strikethrough
ø
UpperCase
ø
LowerCase
ø
Oblique
A ø
Subscript
A ø
Superscript
ø
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ø
Arial
ø
Times New Roman
ø
Verdana
ø
Courier New
ø
Garamond
ø
Georgia
ø
Trebuchet MS
ø
Tahoma
ø
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ø
White
ø
Brown
ø
Maroon
ø
Magenta
ø
Red
ø
Orange
ø
Yellow
ø
Green
ø
Teal
ø
Cyan
ø
Blue
ø
Violet
ø
Purple
ø
Indigo
ø
Gray
ø
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ø
White
ø
Brown
ø
Maroon
ø
Magenta
ø
Red
ø
Orange
ø
Yellow
ø
Green
ø
Teal
ø
Cyan
ø
Blue
ø
Violet
ø
Purple
ø
Indigo
ø
Gray
ø
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Unicode Variants

Latin 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#248;</p>
📋
CSS .selector { content: '\00F8' };
📋
JS var unicodeA = '\u00F8 ';
📋
CPP char unicodeA = ' \u00F8 ';
📋
Java char unicodeA = '\u00F8';
📋
Python unicodeA = '\u00F8'
📋

What is Unicode character ø?

The Unicode character ø U+00F8 is Latin Small Letter O With Stroke in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ø?

The uppercase equivalent of the Unicode character ø is Ø (U+00D8).

Are there any variations of character ø?

Yes, Ø - (U+00D8), ǿ - (U+01FF), 𐞢 - (U+107A2), etc. are some variants of character ø.

What does the Unicode character ø represent?

The Unicode character ø represents Latin Small Letter O With Stroke.

What is the Unicode code point for ø?

The Unicode code point for ø is U+00F8.

Is the appearance of the ø character consistent across all platforms?

The appearance of the ø character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter O With Stroke remains consistent.

How can I ensure the ø character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ø character.

In which version was Unicode character ø released, and to which block of characters does it belong?

Unicode character ø was first introduced in Unicode Version 1.1, and it belongs to the Latin 1 Supplement block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!