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

What is Unicode character 𢝦?

The Unicode character 𢝦 U+22766 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+22766.

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!