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

What is Unicode character 𬩍?

The Unicode character 𬩍 U+2CA4D 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+2CA4D.

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!