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

What is Unicode character 𢾺?

The Unicode character 𢾺 U+22FBA 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+22FBA.

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!