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

What is Unicode character 𰮝?

The Unicode character 𰮝 U+30B9D 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+30B9D.

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!