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

What is Unicode character 𭊍?

The Unicode character 𭊍 U+2D28D 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+2D28D.

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!