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

What is Unicode character 𬘃?

The Unicode character 𬘃 U+2C603 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C603.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!