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

What is Unicode character 𢃎?

The Unicode character 𢃎 U+220CE 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+220CE.

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!