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

What is Unicode character 𰭎?

The Unicode character 𰭎 U+30B4E 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+30B4E.

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!