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

What is Unicode character 𰭖?

The Unicode character 𰭖 U+30B56 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+30B56.

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!