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>&#139457;</p>
📋
CSS .selector { content: '\220C1' };
📋
JS var unicodeA = '\u220C1 ';
📋
CPP char unicodeA = ' \u220C1 ';
📋
Java char unicodeA = '\u220C1';
📋
Python unicodeA = '\u220C1'
📋

What is Unicode character 𢃁?

The Unicode character 𢃁 U+220C1 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+220C1.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!