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

What is Unicode character 𭬨?

The Unicode character 𭬨 U+2DB28 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+2DB28.

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!