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

What is Unicode character 𡖕?

The Unicode character 𡖕 U+21595 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+21595.

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!