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

What is Unicode character 𰹄?

The Unicode character 𰹄 U+30E44 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+30E44.

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!