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

What is Unicode character 𰶵?

The Unicode character 𰶵 U+30DB5 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+30DB5.

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!