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

What is Unicode character 𰭔?

The Unicode character 𰭔 U+30B54 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+30B54.

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!