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

What is Unicode character 𡖑?

The Unicode character 𡖑 U+21591 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+21591.

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!