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

What is Unicode character 𰟭?

The Unicode character 𰟭 U+307ED 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+307ED.

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!