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

What is Unicode character 𰼬?

The Unicode character 𰼬 U+30F2C 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+30F2C.

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!