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

What is Unicode character 𰃖?

The Unicode character 𰃖 U+300D6 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+300D6.

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!