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

What is Unicode character 𡙖?

The Unicode character 𡙖 U+21656 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+21656.

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!