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>&#196808;</p>
📋
CSS .selector { content: '\300C8' };
📋
JS var unicodeA = '\u300C8 ';
📋
CPP char unicodeA = ' \u300C8 ';
📋
Java char unicodeA = '\u300C8';
📋
Python unicodeA = '\u300C8'
📋

What is Unicode character 𰃈?

The Unicode character 𰃈 U+300C8 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+300C8.

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!