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

What is Unicode character 𰃾?

The Unicode character 𰃾 U+300FE 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+300FE.

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!