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

What is Unicode character 𢂡?

The Unicode character 𢂡 U+220A1 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+220A1.

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!