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

What is Unicode character 𨵿?

The Unicode character 𨵿 U+28D7F 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+28D7F.

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!