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

What is Unicode character 𰢭?

The Unicode character 𰢭 U+308AD 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+308AD.

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!