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

What is Unicode character 𰶼?

The Unicode character 𰶼 U+30DBC 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+30DBC.

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!