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>&#166735;</p>
📋
CSS .selector { content: '\28B4F' };
📋
JS var unicodeA = '\u28B4F ';
📋
CPP char unicodeA = ' \u28B4F ';
📋
Java char unicodeA = '\u28B4F';
📋
Python unicodeA = '\u28B4F'
📋

What is Unicode character 𨭏?

The Unicode character 𨭏 U+28B4F 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+28B4F.

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!