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

What is Unicode character 𡺑?

The Unicode character 𡺑 U+21E91 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+21E91.

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!