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

What is Unicode character 𰙣?

The Unicode character 𰙣 U+30663 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+30663.

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!