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

What is Unicode character 𢂭?

The Unicode character 𢂭 U+220AD 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+220AD.

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!