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

What is Unicode character 𢇺?

The Unicode character 𢇺 U+221FA 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+221FA.

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!