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

What is Unicode character 𡕐?

The Unicode character 𡕐 U+21550 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+21550.

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!