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

What is Unicode character 𰲵?

The Unicode character 𰲵 U+30CB5 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+30CB5.

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!