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

What is Unicode character 𬆁?

The Unicode character 𬆁 U+2C181 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+2C181.

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!