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

What is Unicode character 𢃏?

The Unicode character 𢃏 U+220CF 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+220CF.

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!