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

What is Unicode character 𬅓?

The Unicode character 𬅓 U+2C153 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+2C153.

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!