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

What is Unicode character ๐Ÿšต?

The Unicode character ๐Ÿšต U+1F6B5 is Mountain Bicyclist in the Transport And Map block.

What does the Unicode character ๐Ÿšต represent?

The Unicode character ๐Ÿšต represents Mountain Bicyclist.

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

The Unicode code point for ๐Ÿšต is U+1F6B5.

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 Mountain Bicyclist 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!