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

What is Unicode character 𢩶?

The Unicode character 𢩶 U+22A76 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+22A76.

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!