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

What is Unicode character 𰟫?

The Unicode character 𰟫 U+307EB 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+307EB.

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!