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

What is Unicode character 𬘁?

The Unicode character 𬘁 U+2C601 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+2C601.

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!