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

What is Unicode character 𰗎?

The Unicode character 𰗎 U+305CE 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+305CE.

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!