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

What is Unicode character 𰣁?

The Unicode character 𰣁 U+308C1 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+308C1.

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!