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

What is Unicode character 𡲑?

The Unicode character 𡲑 U+21C91 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+21C91.

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!