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

What is Unicode character 𰟍?

The Unicode character 𰟍 U+307CD 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+307CD.

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!