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

What is Unicode character 𬨭?

The Unicode character 𬨭 U+2CA2D 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+2CA2D.

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!