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

What is Unicode character 𰭍?

The Unicode character 𰭍 U+30B4D 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+30B4D.

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!