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>&#139943;</p>
📋
CSS .selector { content: '\222A7' };
📋
JS var unicodeA = '\u222A7 ';
📋
CPP char unicodeA = ' \u222A7 ';
📋
Java char unicodeA = '\u222A7';
📋
Python unicodeA = '\u222A7'
📋

What is Unicode character 𢊧?

The Unicode character 𢊧 U+222A7 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+222A7.

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!