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

What is Unicode character 𬨩?

The Unicode character 𬨩 U+2CA29 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+2CA29.

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!