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

What is Unicode character 𢃘?

The Unicode character 𢃘 U+220D8 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+220D8.

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!