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

What is Unicode character 𰯬?

The Unicode character 𰯬 U+30BEC 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+30BEC.

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!