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

What is Unicode character 𰲾?

The Unicode character 𰲾 U+30CBE 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+30CBE.

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!