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

What is Unicode character 𡖓?

The Unicode character 𡖓 U+21593 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+21593.

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!