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

What is Unicode character 𢾯?

The Unicode character 𢾯 U+22FAF 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+22FAF.

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!