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

What is Unicode character 𭨨?

The Unicode character 𭨨 U+2DA28 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+2DA28.

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!