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.

Code Snippets

Lang Example Copy
HTML <p>&#128339;</p>
๐Ÿ“‹
CSS .selector { content: '\1F553' };
๐Ÿ“‹
JS var unicodeA = '\u1F553 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F553 ';
๐Ÿ“‹
Java char unicodeA = '\u1F553';
๐Ÿ“‹
Python unicodeA = '\u1F553'
๐Ÿ“‹

What is Unicode character ๐Ÿ•“?

The Unicode character ๐Ÿ•“ U+1F553 is Clock Face Four Oclock in the Miscellaneous Pictographs block.

What does the Unicode character ๐Ÿ•“ represent?

The Unicode character ๐Ÿ•“ represents Clock Face Four Oclock.

What is the Unicode code point for ๐Ÿ•“?

The Unicode code point for ๐Ÿ•“ is U+1F553.

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 Clock Face Four Oclock 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 Common 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 6.0, and it belongs to the Miscellaneous Pictographs block of characters.

Unicode Properties

Applicable Properties

Emoji โœ…

Applicable Properties With Values

Age 6.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Miscellaneous Pictographs
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!