Connecting Tech Pros Worldwide Forums | Help | Site Map

Show right arrow character in Mozilla and Opera?

Randall Parker
Guest
 
Posts: n/a
#1: Jul 20 '05
I am trying to take some very MS-specific HMTL and make it work in
Mozilla and Opera. I see that there is a character that shows as a
right arrow in IE that shows as an R in a circle in Moz and Opera.

Here's excerpt that generates the right arrow in IE.

<span
style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana";
mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-family:
Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span>


Anyone know how to get that character in Moz? Is there some way to
specify a Unicode character number perhaps?

Els
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Show right arrow character in Mozilla and Opera?


Randall Parker wrote:
[color=blue]
> I am trying to take some very MS-specific HMTL[/color]

Why?
[color=blue]
> and make it
> work in Mozilla and Opera. I see that there is a character
> that shows as a right arrow in IE that shows as an R in a
> circle in Moz and Opera.
>
> Here's excerpt that generates the right arrow in IE.
>
> <span
> style='font-size:small;font-family:Symbol;mso-ascii-fon
> t-family:"Verdana";
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;ms
> o-symbol-font-family: Symbol'><span
> style='mso-char-type:symbol;mso-symbol-font-family:Symb
> ol'>®</span></span>[/color]

Shows the R in a circle in my Win IE6.0.
[color=blue]
> Anyone know how to get that character in Moz? Is there some
> way to specify a Unicode character number perhaps?[/color]

What arrow? What does it look like?

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Kris
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Show right arrow character in Mozilla and Opera?


In article <d7ce4c24.0407191234.1263d0bf@posting.google.com >,
techiepundit@futurepundit.com (Randall Parker) wrote:
[color=blue]
> I am trying to take some very MS-specific HMTL[/color]

Always a bad idea when making documents for the Web.
[color=blue]
> and make it work in
> Mozilla and Opera. I see that there is a character that shows as a
> right arrow in IE that shows as an R in a circle in Moz and Opera.
>
> Here's excerpt that generates the right arrow in IE.
>
> <span
> style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana"
> ;
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-fami
> ly:
> Symbol'><span
> style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span[color=green]
> >[/color][/color]

Making it pretend like an arrow does not make it an arrow.
[color=blue]
> Anyone know how to get that character in Moz? Is there some way to
> specify a Unicode character number perhaps?[/color]

&rarr; or →
&rArr; or ⇒

--
Kris
<kristiaan@xs4all.netherlands> (nl)
Lars Eighner
Guest
 
Posts: n/a
#4: Jul 20 '05

re: Show right arrow character in Mozilla and Opera?


In our last episode,
<d7ce4c24.0407191234.1263d0bf@posting.google.com >,
the lovely and talented Randall Parker
broadcast on comp.infosystems.www.authoring.html:
[color=blue]
> I am trying to take some very MS-specific HMTL and make it work in
> Mozilla and Opera. I see that there is a character that shows as a
> right arrow in IE that shows as an R in a circle in Moz and Opera.[/color]
[color=blue]
> Here's excerpt that generates the right arrow in IE.[/color]
[color=blue]
><span
> style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana";
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-family:
> Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span>[/color]

[color=blue]
> Anyone know how to get that character in Moz? Is there some way to
> specify a Unicode character number perhaps?[/color]

Try &rarr;



--
Lars Eighner -finger for geek code- eighner@io.com http://www.io.com/~eighner/
If it wasn't for muscle spasms, I wouldn't get any exercise at all.
Stan Brown
Guest
 
Posts: n/a
#5: Jul 20 '05

re: Show right arrow character in Mozilla and Opera?


"Randall Parker" <techiepundit@futurepundit.com> wrote in
comp.infosystems.www.authoring.html:[color=blue]
>I am trying to take some very MS-specific HMTL and make it work in
>Mozilla and Opera. I see that there is a character that shows as a
>right arrow in IE that shows as an R in a circle in Moz and Opera.[/color]

It's character #174, which is the R-in-a-circle sign. As usual, MSIE
hacks and coughs its way through the standards. Character 174 in the
Microsoft Windows Symbol font is indeed a single-barred right-
pointing arrow, but that is COMPLETELY IRRELEVANT to HTML.

That said, most browsers (including, I think, MSIE) will give you
the desired character if you replace
[color=blue]
><span style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana";
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-family:
> Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span>[/color]

with



(The semicolon is required.) Get rid of all that symbol-font-span
cr-p.

Alan Wood's terrific page
<http://www.hclrss.demon.co.uk/demos/wgl4.html> lists that and many
other character numbers.

--
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 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Andreas Prilop
Guest
 
Posts: n/a
#6: Jul 20 '05

re: Show right arrow character in Mozilla and Opera?


On 19 Jul 2004, Randall Parker wrote:
[color=blue]
> Here's excerpt that generates the right arrow in IE.
>
> <span
> style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana";
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-family:
> Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span>[/color]

Amazing! Which program generates this b^H stuff?

<http://www.google.com/search?q=mso-hansi-font-family>
has over 40*000 hits. Mmm ...


To answer your question:
<http://www.unics.uni-hannover.de/nhtcapri/mathematics.html>
works even with Netscape 4.0 on Macintosh, MS Windows, Unix.

--
Top-posting.
What's the most irritating thing on Usenet?


Closed Thread


Similar HTML / CSS bytes