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

What is Unicode character 𭊎?

The Unicode character 𭊎 U+2D28E 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+2D28E.

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!