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

What is Unicode character 𬀓?

The Unicode character 𬀓 U+2C013 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+2C013.

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!