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

What is Unicode character 𬊝?

The Unicode character 𬊝 U+2C29D 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+2C29D.

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!