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

What is Unicode character 𨊎?

The Unicode character 𨊎 U+2828E 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+2828E.

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!