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>&#164493;</p>
📋
CSS .selector { content: '\2828D' };
📋
JS var unicodeA = '\u2828D ';
📋
CPP char unicodeA = ' \u2828D ';
📋
Java char unicodeA = '\u2828D';
📋
Python unicodeA = '\u2828D'
📋

What is Unicode character 𨊍?

The Unicode character 𨊍 U+2828D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2828D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!