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

What is Unicode character 𰳍?

The Unicode character 𰳍 U+30CCD 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+30CCD.

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!