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

What is Unicode character 𰣅?

The Unicode character 𰣅 U+308C5 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+308C5.

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!