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

What is Unicode character 𢾌?

The Unicode character 𢾌 U+22F8C 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+22F8C.

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!