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

What is Unicode character 𢻐?

The Unicode character 𢻐 U+22ED0 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+22ED0.

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!