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

What is Unicode character 𢯊?

The Unicode character 𢯊 U+22BCA 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+22BCA.

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!