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

What is Unicode character 𰃼?

The Unicode character 𰃼 U+300FC 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+300FC.

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!