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

What is Unicode character 𢮧?

The Unicode character 𢮧 U+22BA7 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+22BA7.

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!