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>&#199517;</p>
📋
CSS .selector { content: '\30B5D' };
📋
JS var unicodeA = '\u30B5D ';
📋
CPP char unicodeA = ' \u30B5D ';
📋
Java char unicodeA = '\u30B5D';
📋
Python unicodeA = '\u30B5D'
📋

What is Unicode character 𰭝?

The Unicode character 𰭝 U+30B5D 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+30B5D.

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!