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>&#187184;</p>
📋
CSS .selector { content: '\2DB30' };
📋
JS var unicodeA = '\u2DB30 ';
📋
CPP char unicodeA = ' \u2DB30 ';
📋
Java char unicodeA = '\u2DB30';
📋
Python unicodeA = '\u2DB30'
📋

What is Unicode character 𭬰?

The Unicode character 𭬰 U+2DB30 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DB30.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!