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

What is Unicode character 𨵏?

The Unicode character 𨵏 U+28D4F 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+28D4F.

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!