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

What is Unicode character 𢃼?

The Unicode character 𢃼 U+220FC 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+220FC.

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!