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

What is Unicode character 𡕩?

The Unicode character 𡕩 U+21569 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+21569.

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!