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

What is Unicode character 𢃪?

The Unicode character 𢃪 U+220EA 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+220EA.

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!