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

What is Unicode character 𬪟?

The Unicode character 𬪟 U+2CA9F 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+2CA9F.

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!