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

What is Unicode character 𢹶?

The Unicode character 𢹶 U+22E76 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+22E76.

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!