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

What is Unicode character 𬝳?

The Unicode character 𬝳 U+2C773 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+2C773.

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!