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

What is Unicode character 𰯕?

The Unicode character 𰯕 U+30BD5 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+30BD5.

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!