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

What is Unicode character 𢃾?

The Unicode character 𢃾 U+220FE 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+220FE.

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!