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

What is Unicode character 𬆡?

The Unicode character 𬆡 U+2C1A1 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+2C1A1.

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!