Skip to Content
Perl & LWP
book

Perl & LWP

by Sean M. Burke
June 2002
Intermediate to advanced
260 pages
6h 51m
English
O'Reilly Media, Inc.
Content preview from Perl & LWP

Appendix F. ASCII Table

Gone are the days when ASCII meant just US-ASCII characters 0-127. For over a decade now, Latin-1 support (US-ASCII plus characters 160-255) has been the bare minimum for any Internet application, and support for Unicode (Latin-1 plus characters 256 and up) is becoming the rule more than the exception. Although a full Unicode character chart is a book on its own, this appendix lists all US-ASCII characters, plus all the Unicode characters that are common enough that the current HTML specification (4.01) defines a named entity for them.

Note that at time of this writing, not all browsers support all these characters, and not all users have installed the fonts needed to display some characters.

Also note that in HTML, XHTML, and XML, you can refer to any Unicode character regardless of whether it has a named entity (such as €) by using a decimal character reference such as € or a hexadecimal character reference such as € (note the leading x). See http://www.unicode.org/charts/ for a complete reference for Unicode characters.

Dec

Hex

Char

Octal

Raw encoding

UTF8 encoding

HTML entity

Description

0

0000

 

000

0x00

0x00

 

NUL

1

0001

 

001

0x01

0x01

 

SOH

2

0002

 

002

0x02

0x02

 

STX

3

0003

 

003

0x03

0x03

 

ETX

4

0004

 

004

0x04

0x04

 

EOT

5

0005

 

005

0x05

0x05

 

ENQ

6

0006

 

006

0x06

0x06

 

ACK

7

0007

 

007

0x07

0x07

 

BEL, bell, alarm, \a

8

0008

 

010

0x08

0x08

 

BS, backspace, \b

9

0009

 

011

0x09

0x09

 

HT, tab, \t

10

000a

 

012

0x0A

0x0A

 

LF, line feed, \cj

11

000b

 

013

0x0B

0x0B

 

VT

12

000c

 

014

0x0C

0x0C

 

FF, NP, form feed, \f

13

000d

 

015

0x0D

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Higher-Order Perl

Higher-Order Perl

Mark Jason Dominus
Pro Perl

Pro Perl

Peter Wainwright
Perl Testing: A Developer's Notebook

Perl Testing: A Developer's Notebook

Ian Langworth, Chromatic

Publisher Resources

ISBN: 0596001789Errata Page