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

What is Unicode character 𰧃?

The Unicode character 𰧃 U+309C3 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+309C3.

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!