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

What is Unicode character 𡵶?

The Unicode character 𡵶 U+21D76 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+21D76.

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!