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.

Character Traits

Code Snippets

Lang Example Copy
HTML <p>&#65151;</p>
📋
CSS .selector { content: '\FE7F' };
📋
JS var unicodeA = '\uFE7F ';
📋
CPP char unicodeA = ' \uFE7F ';
📋
Java char unicodeA = '\uFE7F';
📋
Python unicodeA = '\uFE7F'
📋

What is Unicode character ﹿ?

The Unicode character ﹿ U+FE7F is Arabic Sukun Medial Form in the Arabic Presentation Forms B block.

What does the Unicode character ﹿ represent?

The Unicode character ﹿ represents Arabic Sukun Medial Form.

What is the Unicode code point for ﹿ?

The Unicode code point for ﹿ is U+FE7F.

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 Arabic Sukun Medial Form 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 Arabic 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 1.1, and it belongs to the Arabic Presentation Forms B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Arabic Letter
Bidi Paired Bracket Type Not a bracket
Block Arabic Presentation Forms B
Decomposition Type Medial Presentation Form
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Arabic
Sentence Break Line Emoji
Word Break MidNumNum
Copied!