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

What is Unicode character 𭼨?

The Unicode character 𭼨 U+2DF28 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+2DF28.

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!