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

What is Unicode character 𢇰?

The Unicode character 𢇰 U+221F0 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+221F0.

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!