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

What is Unicode character 𬊣?

The Unicode character 𬊣 U+2C2A3 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+2C2A3.

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!