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

What is Unicode character 𰣛?

The Unicode character 𰣛 U+308DB 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+308DB.

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!