ƒ

Technical information

Symbolƒ
NameNo break here
Unicode numberU+0083
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+0083 is known as "No Break Here". This character belongs to the "C1 Controls and Latin-1 Supplement" block and falls under the "Control" category in the Unicode standard. This is a non-printable control character, meaning it does not have a visible symbol associated with it. As its name suggests, it is used to indicate a point in a line of text where a line break should not occur. However, its usage is largely obsolete in modern systems, as different methods are typically employed to control line breaks in digital text. The specific function of this character can depend on the system and application it's being used in.

Encoding

HTML Entityƒ
HTML Entity (hex)ƒ
URL Escape Code%26%23131%3B
UTF-8 (hex)0x26 0x23 0x31 0x33 0x31 0x3B
UTF-8 (binary)1001100010001100110001001100110011000100111011
UTF-160x0083
UTF-320x00000083

Source Code

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

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

            
span {
    content: "\0083";
}

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