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

What is Unicode character 𰟩?

The Unicode character 𰟩 U+307E9 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+307E9.

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!