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

What is Unicode character 𪊎?

The Unicode character 𪊎 U+2A28E 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+2A28E.

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!