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

What is Unicode character 𢷐?

The Unicode character 𢷐 U+22DD0 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+22DD0.

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!