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

What is Unicode character 𰟤?

The Unicode character 𰟤 U+307E4 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+307E4.

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!