Œ

Technical information

SymbolŒ
NamePartial line backward
Unicode numberU+008C
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+008C is known as the "PARTIAL LINE BACKWARD". It belongs to the "C1 Controls and Latin-1 Supplement" block and falls under the "Control" category in the Unicode standard. This character is a control code, originally used in the C1 control set of ISO 8859-1 (also known as Latin-1). Control characters, by their nature, don't have a graphical representation as regular characters or symbols do. Instead, they serve various control functions in certain encoding and transmission protocols. The specific function or interpretation of this character can depend on the system, application, or protocol in which it's used.

Encoding

HTML EntityŒ
HTML Entity (hex)Œ
URL Escape Code%26%23140%3B
UTF-8 (hex)0x26 0x23 0x31 0x34 0x30 0x3B
UTF-8 (binary)1001100010001100110001001101000011000000111011
UTF-160x008C
UTF-320x0000008C

Source Code

C, C++, and Java"\u008C"
CSS Code\008C
JavaScript"\u008C"
Perl\x{008C}
Python 2u"\u008C"
Python 3\u008C
Ruby\u{008C}

Preview

This Unicode character looks like this Œ in sentence and in bold like this Œ and in italic like this Œ.

Font size:

Œ
12px
Œ
16px
Œ
20px
Œ
28px
Œ
36px
Œ
48px
Œ
72px

CSS Property: font-weight

Œ
100
Œ
200
Œ
300
Œ
400
Œ
500
Œ
600
Œ
700
Œ
800
Œ
900

HTML Forms and Input

input
disabled input
Œ
input-group
select
button
button

Code examples in HTML and CSS

<span>&#140;</span>

            
span {
    content: "\008C";
}

The symbol in different fonts

Œ
-apple-system
Œ
Apple Color Emoji
Œ
Arial
Œ
BlinkMacSystemFont
Œ
Courier New
Œ
Georgia
Œ
Droid Sans
Œ
Helvetica
Œ
Noto Sans
Œ
Oxygen
Œ
Roboto
Œ
"Segoe UI"
Œ
sans-serif
Œ
Segoe UI Emoji
Œ
Segoe UI Symbol
Œ
system-ui
Œ
Times New Roman
Œ
Ubuntu
Œ
Verdana

References