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

What is Unicode character 𬅁?

The Unicode character 𬅁 U+2C141 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+2C141.

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!