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

What is Unicode character 𡖅?

The Unicode character 𡖅 U+21585 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+21585.

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!