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

What is Unicode character 𰮎?

The Unicode character 𰮎 U+30B8E 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+30B8E.

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!