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

What is Unicode character 𰹅?

The Unicode character 𰹅 U+30E45 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+30E45.

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!