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

What is Unicode character 𡕨?

The Unicode character 𡕨 U+21568 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+21568.

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!