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

What is Unicode character 𬄍?

The Unicode character 𬄍 U+2C10D 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+2C10D.

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!