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

What is Unicode character 𢝶?

The Unicode character 𢝶 U+22776 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+22776.

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!