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

What is Unicode character 𬌣?

The Unicode character 𬌣 U+2C323 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+2C323.

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!