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

What is Unicode character 𢿺?

The Unicode character 𢿺 U+22FFA 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+22FFA.

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!