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

What is Unicode character 𬜣?

The Unicode character 𬜣 U+2C723 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+2C723.

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!