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

What is Unicode character 𰊅?

The Unicode character 𰊅 U+30285 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+30285.

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!