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

What is Unicode character 𢝢?

The Unicode character 𢝢 U+22762 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+22762.

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!