Question:

How do i make a html peace sign?

by  |  earlier

0 LIKES UnLike

How do i make a html peace sign?

 Tags:

   Report

3 ANSWERS


  1. This is the code for a peace sign:

    &# 9774 ; (without the spaces)

    &# 9774 ; = ☮

    Whether you see it in your browser or not depends on what character encoding your browser is set to.

    ♥♥ Ron ♥♥


  2. ☮

    "&# x262e;" with no space and no quotes

    or

    ✌

    "&# x270c;" with no space and no quotes

    code Happy,

    theCowboyCoder


  3. Funny thing, I'm *sure* there used to be a peace symbol in the Webdings or Wingdings font, but I can't find one now.

    If you wanted to make a picture of the hand making a peace sign, this is how you'd do it:

    <FONT FACE="Wingdings">A</FONT>

    The "A" has to be a capital A. In the Wingdings font, that's the letter for the hand peace sign.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.