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

What is Unicode character 𢆃?

The Unicode character 𢆃 U+22183 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+22183.

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!