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

What is Unicode character 𰝈?

The Unicode character 𰝈 U+30748 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+30748.

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!