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

What is Unicode character 𢊼?

The Unicode character 𢊼 U+222BC 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+222BC.

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!