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

What is Unicode character 𰮬?

The Unicode character 𰮬 U+30BAC 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+30BAC.

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!