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

What is Unicode character 𢊃?

The Unicode character 𢊃 U+22283 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+22283.

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!