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

What is Unicode character 𡝶?

The Unicode character 𡝶 U+21776 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+21776.

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!