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

What is Unicode character 𰣕?

The Unicode character 𰣕 U+308D5 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+308D5.

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!