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

What is Unicode character 𢂬?

The Unicode character 𢂬 U+220AC 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+220AC.

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!