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

What is Unicode character 𰣀?

The Unicode character 𰣀 U+308C0 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+308C0.

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!