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

What is Unicode character 𰼐?

The Unicode character 𰼐 U+30F10 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+30F10.

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!