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

What is Unicode character 𰣼?

The Unicode character 𰣼 U+308FC 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+308FC.

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!