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

What is Unicode character 𰮍?

The Unicode character 𰮍 U+30B8D 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+30B8D.

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!