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

What is Unicode character 𢺷?

The Unicode character 𢺷 U+22EB7 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+22EB7.

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!