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

What is Unicode character 𬇃?

The Unicode character 𬇃 U+2C1C3 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+2C1C3.

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!