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

What is Unicode character 𬆣?

The Unicode character 𬆣 U+2C1A3 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+2C1A3.

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!