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

What is Unicode character 𰼼?

The Unicode character 𰼼 U+30F3C 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+30F3C.

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!