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

What is Unicode character 𰙃?

The Unicode character 𰙃 U+30643 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+30643.

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!