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

What is Unicode character 𡹶?

The Unicode character 𡹶 U+21E76 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+21E76.

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!