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

What is Unicode character 𢯪?

The Unicode character 𢯪 U+22BEA 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+22BEA.

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!