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

What is Unicode character 𬪍?

The Unicode character 𬪍 U+2CA8D 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+2CA8D.

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!