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

What is Unicode character 𡖙?

The Unicode character 𡖙 U+21599 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+21599.

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!