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

What is Unicode character 𰣭?

The Unicode character 𰣭 U+308ED 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+308ED.

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!