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

What is Unicode character 𢝳?

The Unicode character 𢝳 U+22773 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+22773.

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!