473,671 Members | 2,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Inverse of ± ?


Unicode U+00B1 is ± - a plus sign sitting on top of a minus sign,
possibly visible as "±"; "plus/minus", in ISO-7 coding.

As Alan will no doubt remember, algebraic work requiring that character
may well have need of its reciprocal, "minus/plus", a minus sign sitting
on top of a plus sign.

I've not found it in a middle-size list of Unicode characters; nor have
I found an entity name that works.

Is minus/plus, as such, in Unicode (and is it well-known to browsers)?
Otherwise, is there some alien character of the same appearance?

If not, can the omission be rectified?

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 IE 6
<URL:http://www.jibbering.c om/faq/>? JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Nov 16 '06 #1
27 7958
Dr J R Stockton wrote:
>
Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus sign,
possibly visible as "±"; "plus/minus", in ISO-7 coding.

As Alan will no doubt remember, algebraic work requiring that character
may well have need of its reciprocal, "minus/plus", a minus sign sitting
on top of a plus sign.

I've not found it in a middle-size list of Unicode characters; nor have
I found an entity name that works.

Is minus/plus, as such, in Unicode (and is it well-known to browsers)?
Otherwise, is there some alien character of the same appearance?

If not, can the omission be rectified?
U+2213 = ∓
Nov 16 '06 #2
Dr J R Stockton wrote:
Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus
sign, possibly visible as "±"; "plus/minus", in ISO-7 coding.
U+2213 MINUS-OR-PLUS SIGN

[snip]
I've not found it in a middle-size list of Unicode characters; nor
have I found an entity name that works.
You can find it in the Mathematical Operators portion of the Unicode
code charts.

PDF: <http://www.unicode.org/charts/PDF/U2200.pdf>

It's also referenced in the General Punctuation section alongside U+00B1
PLUS-MINUS SIGN.

PDF: <http://www.unicode.org/charts/PDF/U2000.pdf>
Is minus/plus, as such, in Unicode (and is it well-known to
browsers)?
With regard to browsers, it isn't rendered (here) in MSIE prior to
version 7, though it is in Opera 7+ and Mozilla 1.0+. Perhaps this is
because those earlier IE versions are stand-alone - that tends to
introduce many annoying problems. Someone else will have to tell you if
it's a real flaw (though you have IE6 now, don't you?)

[snip]

Mike
Nov 16 '06 #3
In message <4s************ @mid.individual .net>, Thu, 16 Nov 2006
13:31:39, Harlan Messinger <hm************ *******@comcast .netwrites
>Dr J R Stockton wrote:
> Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus
sign, possibly visible as "±"; "plus/minus", in ISO-7 coding.
As Alan will no doubt remember, algebraic work requiring that
character may well have need of its reciprocal, "minus/plus", a minus
sign sitting on top of a plus sign.
I've not found it in a middle-size list of Unicode characters; nor
have I found an entity name that works.
Is minus/plus, as such, in Unicode (and is it well-known to
browsers)? Otherwise, is there some alien character of the same
appearance?
If not, can the omission be rectified?

U+2213 = ∓
Thanks. But it's not known to XP sp2 IE6. Noted for future use.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 IE 6.
Web <URL:http://www.merlyn.demo n.co.uk/- w. FAQish topics, links, acronyms
PAS EXE etc : <URL:http://www.merlyn.demo n.co.uk/programs/- see 00index.htm
Dates - miscdate.htm moredate.htm js-dates.htm pas-time.htm critdate.htm etc.
Nov 16 '06 #4
On Thu, 16 Nov 2006, Dr J R Stockton wrote:
>Dr J R Stockton wrote:
>>Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus
sign, possibly visible as "±"; "plus/minus", in ISO-7 coding.
What is "ISO-7 coding"?
>U+2213 = ∓

Thanks. But it's not known to XP sp2 IE6. Noted for future use.
Of course ∓ is "known" to Internet Explorer 6.
But you need also a font that actually contains this symbol.
http://www.alanwood.net/unicode/math...operators.html

Nov 17 '06 #5
In message <Pu************ *****@text.news .blueyonder.co. uk>, Thu, 16 Nov
2006 18:55:43, Michael Winter <m.******@bluey onder.co.ukwrit es
>Dr J R Stockton wrote:
>Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus
sign, possibly visible as "±"; "plus/minus", in ISO-7 coding.

U+2213 MINUS-OR-PLUS SIGN
It is now in the "characters I'd like to use" section of my local home
page - at least until it appears, I will not use it.
>You can find it in the Mathematical Operators portion of the Unicode
code charts.
HTML pages are more convincing for showing what actually works in HTML.
Someone else will have to tell you if it's a real flaw
Lack of it is a real flaw, and always has been. It was originally less
important than many other flaws --- but using "-±" is inelegant.
(though you have IE6 now, don't you?)
Yes, and alas no longer an installed IE4. So I've removed from my pages
all use of Symbol font for strange characters, except where writing
about them; and have removed for most characters the use of &#nnn; where
the entity name is now available.
It's a good idea to read the newsgroup and its FAQ. See below.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 IE 6
<URL:http://www.jibbering.c om/faq/ Old RC FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Nov 17 '06 #6
VK

Dr J R Stockton wrote:
Lack of it is a real flaw, and always has been. It was originally less
important than many other flaws --- but using "-±" is inelegant.
Developers had to emulate math simbols long before any Unicode, MathML
and stuff. There is a rather extensive set of tricks to represent some
parts of math notation in HTML. For your case the simplest and the
oldest one is <u>+</u>
For Strict schema you can use styled span instead:
....
..plusMinus {
text-decoration: underline;
}
....
<span class="plusMinu s">+</span>
....
Using modern CSS tools you can further reach any desired level of
emulation.

Nov 17 '06 #7
In message
<Pi************ *************** **********@s5b0 04.rrzn.uni-hannover.de>,
Fri, 17 Nov 2006 15:33:54, Andreas Prilop
<nh******@rrz n-user.uni-hannover.dewrit es
>On Thu, 16 Nov 2006, Dr J R Stockton wrote:
>>Dr J R Stockton wrote:
Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus
sign, possibly visible as "±"; "plus/minus", in ISO-7 coding.

What is "ISO-7 coding"?
Perhaps you are too young to remember.

Once upon a time, there was a standard or set of (non-American)
standards for a 7-bit character set rather like ASCII - in fact, I
suspect ISO-7-US was the same as ASCII. There were differences around
the "Shift-3" and "Shift-4" positions, /inter alia/ providing the
generalised currency symbol which is now &curren; = U+00A4 - a circle
with an opaque centre overlaying a St Andrew's Cross.

I had a printed copy of either all "ISO-7-AllPlaces" or of ISO-7-UK +
ISO-7.

In practice, if one uses the non-varying part of ISO-7 (a large subset
of ASCII) then all systems which show it as readable text will show the
same characters with only styling variations, however configured.

>>U+2213 = ∓

Thanks. But it's not known to XP sp2 IE6. Noted for future use.

Of course ∓ is "known" to Internet Explorer 6.
But you need also a font that actually contains this symbol.
http://www.alanwood.net/unicode/math...operators.html
Well, it's not only me that wants it; my readers would need it too. If
it does not show in the default proportional & fixed-pitch fonts both
here (XP sp2 IE6) and in the Library (Win 2000?), then it's not usable.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk DOS 3.3, 6.20 ; WinXP.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQqish topics, acronyms & links.
PAS EXE TXT ZIP via <URL:http://www.merlyn.demo n.co.uk/programs/00index.htm>
My DOS <URL:http://www.merlyn.demo n.co.uk/batfiles.htm- also batprogs.htm.
Nov 17 '06 #8
Dr J R Stockton wrote:
>
Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus sign,
possibly visible as "±"; "plus/minus", in ISO-7 coding.

As Alan will no doubt remember, algebraic work requiring that character
may well have need of its reciprocal, "minus/plus", a minus sign sitting
on top of a plus sign.

I've not found it in a middle-size list of Unicode characters; nor have
I found an entity name that works.

Is minus/plus, as such, in Unicode (and is it well-known to browsers)?
Otherwise, is there some alien character of the same appearance?

If not, can the omission be rectified?
I have a font named cmsy10.ttf that contains the minus-plus symbol.
Using escape sequences (alt-0nnn), it's at alt-0168. Plus-minus is at
alt-0167. These escape sequences, of course, are not in compliance with
the W3C specifications.

I don't know where I got this font. It's with several others named
cmex10.ttf, cmmi10.ttf, and cmr10.ttf. While I have these, they are not
"installed" .

--

David E. Ross
<http://www.rossde.com/>

I use SeaMonkey as my Web browser because I want
a browser that complies with Web standards. See
<http://www.mozilla.org/projects/seamonkey/>.
Nov 18 '06 #9
Fri, 17 Nov 2006 13:21:48 +0000 from Dr J R Stockton
<jr*@merlyn.dem on.co.uk>:
In message <Pu************ *****@text.news .blueyonder.co. uk>, Thu, 16 Nov
2006 18:55:43, Michael Winter <m.******@bluey onder.co.ukwrit es
You can find it in the Mathematical Operators portion of the Unicode
code charts.

HTML pages are more convincing for showing what actually works in HTML.
Not really. They're more convincing for showing what works on your
browser, on your operating system, with your screen size and window
size, with your particular set of installed fonts, ...

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 18 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2638
by: KhanyBoy | last post by:
Hi, this should test you guru's. I want a function that accepts text as an argument and converts all & into &amp; except where it is a html character already such as &nbsp;, &quot;, and of course &amp;. If there is already a php function for this I would like to know, but if not, what is the GREP equivilent? Thanks
3
38807
by: user | last post by:
hi there has anyone of you writte a function to encode html from like '&' -> '&amp;' and likes to share it with me.. or can anybody give me a hint how to set up something like that. cheers me. ralphie
3
2256
by: Jim Higson | last post by:
Does anyone know a technique in javascript to transform from (for example) &hearts; to the char '♥'? I'm doing this because I have to interpret some data I got over XHTMLHTTP that isn't XML, but might contain some XML char entities. Thanks, Jim
5
8708
by: Armand Karlsen | last post by:
On this page of my website: http://www.zen62775.zen.co.uk/rigs.html the W3C html validator claims that there are some bytes it cannot interpret in line 49 of the html source as UTF-8. If I force ISO-8859-1 encoding, however, the page will validate correctly but displays a warning about the & character on the same line, saying that & is the "first character of a delimiter but occurred as data". Is there any way to remedy this problem/issue?...
3
2394
by: Ali Sahin | last post by:
Hi there, I'd like to transform a XML-File to PDF. The XML-File ist build like followed: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml-stylesheet type="text/xsl" href="D:\app\jboss-3.2.5\server\default\deploy\xifs.war\WEB-INF\classes\de\xifs\resource\xml\de\xifs\resource\xml\dunningaccountreport_de.xsl"?> <!DOCTYPE entities >
3
8181
by: John Nagle | last post by:
I have XML replies in a DOM which contain entity escapes, like "&amp;". What's the proper way to replace them with the ordinary characters? Preferably something that will work in most browsers? I know about ".innerText", but that's not portable; some browsers convert escapes when reading from innerText and some don't. John Nagle
3
1902
by: yuanyun.ken | last post by:
hi,dear all js gurus. In my app, server responses some text like: '&nbsp;&nbsp; ' and I need display these content in textarea. But Html would convert specail characters to space, and ignore line break. How can I display the content literally without any change? Any help is greatly appreciated, and Thanks for any reply in advance.
5
13349
matheussousuke
by: matheussousuke | last post by:
Hello, I'm using tiny MCE plugin on my oscommerce and it is inserting my website URL when I use insert image function in the emails. The goal is: Make it send the email with the URL http://mghospedagem.com/images/controlpanel.jpg instead of http://mghospedagem.comhttp://mghospedagem.com/images/controlpanel.jpg As u see, there's the website URL before the image URL.
0
8403
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8930
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8828
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8605
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8677
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7446
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2062
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.