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

What is Unicode character 𰲅?

The Unicode character 𰲅 U+30C85 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+30C85.

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!