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

What is Unicode character 𢯺?

The Unicode character 𢯺 U+22BFA 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+22BFA.

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!