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

What is Unicode character 𡢗?

The Unicode character 𡢗 U+21897 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+21897.

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!