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

What is Unicode character ๐Ÿšก?

The Unicode character ๐Ÿšก U+1F6A1 is Aerial Tramway in the Transport And Map block.

What does the Unicode character ๐Ÿšก represent?

The Unicode character ๐Ÿšก represents Aerial Tramway.

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

The Unicode code point for ๐Ÿšก is U+1F6A1.

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 Aerial Tramway 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!