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

What is Unicode character 𰟳?

The Unicode character 𰟳 U+307F3 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+307F3.

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!