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>&#196813;</p>
📋
CSS .selector { content: '\300CD' };
📋
JS var unicodeA = '\u300CD ';
📋
CPP char unicodeA = ' \u300CD ';
📋
Java char unicodeA = '\u300CD';
📋
Python unicodeA = '\u300CD'
📋

What is Unicode character 𰃍?

The Unicode character 𰃍 U+300CD 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+300CD.

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!