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

What is Unicode character 𢂃?

The Unicode character 𢂃 U+22083 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+22083.

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!