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

What is Unicode character 𢘃?

The Unicode character 𢘃 U+22603 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+22603.

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!