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>&#200462;</p>
📋
CSS .selector { content: '\30F0E' };
📋
JS var unicodeA = '\u30F0E ';
📋
CPP char unicodeA = ' \u30F0E ';
📋
Java char unicodeA = '\u30F0E';
📋
Python unicodeA = '\u30F0E'
📋

What is Unicode character 𰼎?

The Unicode character 𰼎 U+30F0E 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+30F0E.

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!