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

What is Unicode character 𢃰?

The Unicode character 𢃰 U+220F0 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+220F0.

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!