œ

Technical information

Symbolœ
NameString terminator
Unicode numberU+009C
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+009C, is known as the "String Terminator". It belongs to the "C1 Controls and Latin-1 Supplement" block and falls under the "Control" category in the Unicode standard. This character is not a visual symbol but a control character used in text processing and communication protocols. Its purpose is to signal the end of a string of characters. It may not render visually in a text string, as its function is to control the processing or interpretation of the text. The specific application and effect of this character can depend on the system and software it's being used in.

Encoding

HTML Entityœ
HTML Entity (hex)œ
URL Escape Code%26%23156%3B
UTF-8 (hex)0x26 0x23 0x31 0x35 0x36 0x3B
UTF-8 (binary)1001100010001100110001001101010011011000111011
UTF-160x009C
UTF-320x0000009C

Source Code

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

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>&#156;</span>

            
span {
    content: "\009C";
}

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