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

What is Unicode character 𰗃?

The Unicode character 𰗃 U+305C3 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+305C3.

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!