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

What is Unicode character 𰎅?

The Unicode character 𰎅 U+30385 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+30385.

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!