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

What is Unicode character 𢷰?

The Unicode character 𢷰 U+22DF0 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+22DF0.

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!