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

What is Unicode character 𰃵?

The Unicode character 𰃵 U+300F5 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+300F5.

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!