/    Sign up×
Community /Pin to ProfileBookmark

asking about special characters

well ive foung out how to do this thing ╪ï§ but can i find a website where i can find a list of what you can do. Does anyone know a website where i can find all the characters that happens when you press alt and some number. ( i know this isnt really webdeveloping but i have plans for the alt# thingys)

to post a comment
Full-stack Developer

4 Comments(s)

Copy linkTweet thisAlerts:
@TheBearMayNov 19.2004 — This should generate a list for you:
[code=php]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Character List</title>

<script type="text/javascript">
/*<![CDATA [*/
for (i=0;i<1000;i++){
document.write(i.toString()+": "+String.fromCharCode(i)+"<br/>");
}
/*]]>*/

</script>
</head>

<body>

</body>
</html>[/code]
Copy linkTweet thisAlerts:
@age13kidauthorNov 19.2004 — ok here is what happend for 174: ® i pressed alt174 and i got this « and alot of them are spuares []
Copy linkTweet thisAlerts:
@Ben_RogersNov 20.2004 — It's not a list of the commands for them, it's a list of the entity code for them. BTW, another list: http://www.w3schools.com/html/html_entitiesref.asp
Copy linkTweet thisAlerts:
@CharlesNov 20.2004 — Oddly enough, the full set is defined in the HTML 4.01 Spec. See http://www.w3.org/TR/html401/sgml/entities.html .
×

Success!

Help @age13kid spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...