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

What is Unicode character 𢪃?

The Unicode character 𢪃 U+22A83 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+22A83.

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!