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

What is Unicode character 𰭟?

The Unicode character 𰭟 U+30B5F 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+30B5F.

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!