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

What is Unicode character 𢮃?

The Unicode character 𢮃 U+22B83 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+22B83.

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!