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

What is Unicode character 𢞃?

The Unicode character 𢞃 U+22783 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+22783.

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!