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

What is Unicode character 𡕹?

The Unicode character 𡕹 U+21579 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+21579.

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!