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>&#142284;</p>
📋
CSS .selector { content: '\22BCC' };
📋
JS var unicodeA = '\u22BCC ';
📋
CPP char unicodeA = ' \u22BCC ';
📋
Java char unicodeA = '\u22BCC';
📋
Python unicodeA = '\u22BCC'
📋

What is Unicode character 𢯌?

The Unicode character 𢯌 U+22BCC 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+22BCC.

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!