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

What is Unicode character 𰗍?

The Unicode character 𰗍 U+305CD 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+305CD.

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!