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

What is Unicode character ๐Ÿšถ?

The Unicode character ๐Ÿšถ U+1F6B6 is Pedestrian in the Transport And Map block.

What does the Unicode character ๐Ÿšถ represent?

The Unicode character ๐Ÿšถ represents Pedestrian.

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

The Unicode code point for ๐Ÿšถ is U+1F6B6.

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 Pedestrian 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 Emoji Base
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!