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

What is Unicode character 𢤃?

The Unicode character 𢤃 U+22903 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+22903.

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!