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

What is Unicode character 𢯎?

The Unicode character 𢯎 U+22BCE 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+22BCE.

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!