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

What is Unicode character ๐Ÿšด?

The Unicode character ๐Ÿšด U+1F6B4 is Bicyclist in the Transport And Map block.

What does the Unicode character ๐Ÿšด represent?

The Unicode character ๐Ÿšด represents Bicyclist.

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

The Unicode code point for ๐Ÿšด is U+1F6B4.

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