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

What is Unicode character 𡵖?

The Unicode character 𡵖 U+21D56 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+21D56.

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!