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

What is Unicode character 𰹏?

The Unicode character 𰹏 U+30E4F 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+30E4F.

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!