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

What is Unicode character 𢊷?

The Unicode character 𢊷 U+222B7 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+222B7.

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!