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

What is Unicode character 𰮟?

The Unicode character 𰮟 U+30B9F 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+30B9F.

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!