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

What is Unicode character 𡕖?

The Unicode character 𡕖 U+21556 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+21556.

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!