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

What is Unicode character 𢾗?

The Unicode character 𢾗 U+22F97 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+22F97.

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!