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

What is Unicode character 𰹪?

The Unicode character 𰹪 U+30E6A 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+30E6A.

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!