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

What is Unicode character 𬙓?

The Unicode character 𬙓 U+2C653 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+2C653.

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!