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

What is Unicode character 𢯂?

The Unicode character 𢯂 U+22BC2 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+22BC2.

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!