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

What is Unicode character 𰟣?

The Unicode character 𰟣 U+307E3 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+307E3.

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!