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

What is Unicode character 𢃮?

The Unicode character 𢃮 U+220EE 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+220EE.

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!