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

What is Unicode character 𢹳?

The Unicode character 𢹳 U+22E73 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+22E73.

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!