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

What is Unicode character 𢀃?

The Unicode character 𢀃 U+22003 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+22003.

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!