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

What is Unicode character 𡞑?

The Unicode character 𡞑 U+21791 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+21791.

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!