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>&#181717;</p>
📋
CSS .selector { content: '\2C5D5' };
📋
JS var unicodeA = '\u2C5D5 ';
📋
CPP char unicodeA = ' \u2C5D5 ';
📋
Java char unicodeA = '\u2C5D5';
📋
Python unicodeA = '\u2C5D5'
📋

What is Unicode character 𬗕?

The Unicode character 𬗕 U+2C5D5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬗕 represent?

The Unicode character 𬗕 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬗕?

The Unicode code point for 𬗕 is U+2C5D5.

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 Cjk Unified Ideograph- 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 Han 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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!