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

What is Unicode character 𢨃?

The Unicode character 𢨃 U+22A03 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+22A03.

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!