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

What is Unicode character 𰝅?

The Unicode character 𰝅 U+30745 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+30745.

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!