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

What is Unicode character 𰲼?

The Unicode character 𰲼 U+30CBC 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+30CBC.

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!