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

What is Unicode character 𢢗?

The Unicode character 𢢗 U+22897 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+22897.

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!