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

What is Unicode character 𰟖?

The Unicode character 𰟖 U+307D6 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+307D6.

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!