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

What is Unicode character 𢎗?

The Unicode character 𢎗 U+22397 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+22397.

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!