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

What is Unicode character 𪊏?

The Unicode character 𪊏 U+2A28F 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+2A28F.

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!