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

What is Unicode character 𰳬?

The Unicode character 𰳬 U+30CEC 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+30CEC.

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!