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

What is Unicode character 𬁓?

The Unicode character 𬁓 U+2C053 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+2C053.

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!