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

What is Unicode character 𰣫?

The Unicode character 𰣫 U+308EB 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+308EB.

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!