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

What is Unicode character 𰗓?

The Unicode character 𰗓 U+305D3 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+305D3.

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!