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

What is Unicode character 𰼾?

The Unicode character 𰼾 U+30F3E 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+30F3E.

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!