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

What is Unicode character 𰟅?

The Unicode character 𰟅 U+307C5 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+307C5.

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!