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

What is Unicode character 𬊚?

The Unicode character 𬊚 U+2C29A 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+2C29A.

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!