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

What is Unicode character 𰟪?

The Unicode character 𰟪 U+307EA 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+307EA.

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!