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

What is Unicode character 𨊏?

The Unicode character 𨊏 U+2828F 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+2828F.

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!