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

What is Unicode character 𢰃?

The Unicode character 𢰃 U+22C03 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+22C03.

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!