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

What is Unicode character 𬊟?

The Unicode character 𬊟 U+2C29F 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+2C29F.

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!