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

What is Unicode character 𬁡?

The Unicode character 𬁡 U+2C061 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+2C061.

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!