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

What is Unicode character 𢢃?

The Unicode character 𢢃 U+22883 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+22883.

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!