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

What is Unicode character 𡦗?

The Unicode character 𡦗 U+21997 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+21997.

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!