You Are Here -

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

What is Unicode character ๐Ÿšง?

The Unicode character ๐Ÿšง U+1F6A7 is Construction Sign in the Transport And Map block.

What does the Unicode character ๐Ÿšง represent?

The Unicode character ๐Ÿšง represents Construction Sign.

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

The Unicode code point for ๐Ÿšง is U+1F6A7.

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 Construction Sign 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 Transport And Map 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 Transport And Map
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!