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

What is Unicode character 𬄓?

The Unicode character 𬄓 U+2C113 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+2C113.

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!