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

What is Unicode character 𰹤?

The Unicode character 𰹤 U+30E64 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+30E64.

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!