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

What is Unicode character 𢃿?

The Unicode character 𢃿 U+220FF 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+220FF.

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!