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

What is Unicode character 𨹿?

The Unicode character 𨹿 U+28E7F 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+28E7F.

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!