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

What is Unicode character 𰵛?

The Unicode character 𰵛 U+30D5B 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+30D5B.

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!