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

What is Unicode character 𢺃?

The Unicode character 𢺃 U+22E83 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+22E83.

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!