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

What is Unicode character 𰃶?

The Unicode character 𰃶 U+300F6 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+300F6.

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!