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

What is Unicode character 𢊶?

The Unicode character 𢊶 U+222B6 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+222B6.

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!