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

What is Unicode character 𢂗?

The Unicode character 𢂗 U+22097 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+22097.

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!