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>&#128922;</p>
๐Ÿ“‹
CSS .selector { content: '\1F79A' };
๐Ÿ“‹
JS var unicodeA = '\u1F79A ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F79A ';
๐Ÿ“‹
Java char unicodeA = '\u1F79A';
๐Ÿ“‹
Python unicodeA = '\u1F79A'
๐Ÿ“‹

What is Unicode character ๐Ÿžš?

The Unicode character ๐Ÿžš U+1F79A is White Diamond Containing Black Very Small Diamond in the Geometric Shapes Extended block.

What does the Unicode character ๐Ÿžš represent?

The Unicode character ๐Ÿžš represents White Diamond Containing Black Very Small Diamond.

What is the Unicode code point for ๐Ÿžš?

The Unicode code point for ๐Ÿžš is U+1F79A.

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 White Diamond Containing Black Very Small Diamond 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 7.0, and it belongs to the Geometric Shapes Extended block of characters.

Unicode Properties

Applicable Properties With Values

Age 7.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Geometric Shapes Extended
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!