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

What is Unicode character 𰟕?

The Unicode character 𰟕 U+307D5 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+307D5.

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!