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

What is Unicode character 𬬩?

The Unicode character 𬬩 U+2CB29 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+2CB29.

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!