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

What is Unicode character 𡖖?

The Unicode character 𡖖 U+21596 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+21596.

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!