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

What is Unicode character 𢃡?

The Unicode character 𢃡 U+220E1 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+220E1.

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!