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

What is Unicode character 𬧕?

The Unicode character 𬧕 U+2C9D5 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+2C9D5.

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!