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

What is Unicode character 𢃐?

The Unicode character 𢃐 U+220D0 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+220D0.

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!