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

What is Unicode character 𰊐?

The Unicode character 𰊐 U+30290 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+30290.

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!