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

What is Unicode character 𬪝?

The Unicode character 𬪝 U+2CA9D 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+2CA9D.

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!