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

What is Unicode character 𢾬?

The Unicode character 𢾬 U+22FAC 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+22FAC.

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!