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

What is Unicode character 𡦑?

The Unicode character 𡦑 U+21991 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+21991.

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!