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

What is Unicode character 𭨰?

The Unicode character 𭨰 U+2DA30 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+2DA30.

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!