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

What is Unicode character 𢃬?

The Unicode character 𢃬 U+220EC 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+220EC.

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!