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

What is Unicode character 𢊻?

The Unicode character 𢊻 U+222BB 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+222BB.

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!