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

What is Unicode character 𰟞?

The Unicode character 𰟞 U+307DE 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+307DE.

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!