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

What is Unicode character 𰲖?

The Unicode character 𰲖 U+30C96 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+30C96.

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!