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

What is Unicode character 𨦏?

The Unicode character 𨦏 U+2898F 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+2898F.

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!