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

What is Unicode character 𢃺?

The Unicode character 𢃺 U+220FA 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+220FA.

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!