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>&#198367;</p>
📋
CSS .selector { content: '\306DF' };
📋
JS var unicodeA = '\u306DF ';
📋
CPP char unicodeA = ' \u306DF ';
📋
Java char unicodeA = '\u306DF';
📋
Python unicodeA = '\u306DF'
📋

What is Unicode character 𰛟?

The Unicode character 𰛟 U+306DF 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+306DF.

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!