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

What is Unicode character 𰊀?

The Unicode character 𰊀 U+30280 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+30280.

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!