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

What is Unicode character 𰃅?

The Unicode character 𰃅 U+300C5 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+300C5.

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!