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>&#142784;</p>
📋
CSS .selector { content: '\22DC0' };
📋
JS var unicodeA = '\u22DC0 ';
📋
CPP char unicodeA = ' \u22DC0 ';
📋
Java char unicodeA = '\u22DC0';
📋
Python unicodeA = '\u22DC0'
📋

What is Unicode character 𢷀?

The Unicode character 𢷀 U+22DC0 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+22DC0.

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!