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

What is Unicode character 𡕡?

The Unicode character 𡕡 U+21561 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+21561.

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!