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

What is Unicode character 𰘃?

The Unicode character 𰘃 U+30603 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30603.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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