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

What is Unicode character 𰼖?

The Unicode character 𰼖 U+30F16 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+30F16.

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!