Get started !
online LTE test
online C test

Updated or New
5G NR Data Rate calculator New
5G NR TBS calculator New
5G NR UE Registration New
Python programming
C++ programming
MIMO for 3GPP Developer - 2
Uplink power control
MIMO for 3GPP Developer
NR ARFCN and GSCN
5GS Interfaces



About
Feedback
Information Theory
Modulation
Multiple Access
OSI Model
Data Link layer
SS7
Word about ATM
GSM
GPRS
UMTS
WiMAX
LTE
CV2X
5G
Standard Reference
Reference books
Resources on Web
Miscellaneous
Mind Map
Magic MSC tool
Bar graph tool
C programming
C++ programming
Perl resources
Python programming
Javascript/HTML
MATLAB
ASCII table
Project Management

another knowledge site

3GPP Modem
Simulator


Sparkle At Office comic strip

HTML characters

Following Perl script will generate HTML character table from 1 to first argument passed to the script.

  use strict;
 
  my $table_style = 'style="border-color:#f0f0f0;border-collapse:collapse;border-style:solid;border-width:1px;"';
  print '<body style="font-family:Courier;font-size:13px;"><table '.$table_style.'>'."\n";
  print '<tr><td '.$table_style.' width="100px">HTML</td><td '.$table_style.' width="100px">Character</td></tr>'."\n";
 
  foreach my $num ( 1..$ARGV[0]  ) {
      print '<tr><td '.$table_style.' width="100px">&#'.$num.';</td><td '.$table_style.' width="100px">&#'.$num.';</td></tr>'."\n";
  }
 
  print "</table>";


Below is the list of few notable HTML characters (your browser need to support it).

   
HTML Character
&#33; ! ASCII characters
&#34; "
&#35; #
&#36; $
&#37; %
&#38; &
&#39; '
&#40; (
&#41; )
&#42; *
&#43; +
&#44; ,
&#45; -
&#46; .
&#47; /
&#48; 0
&#49; 1
&#50; 2
&#51; 3
&#52; 4
&#53; 5
&#54; 6
&#55; 7
&#56; 8
&#57; 9
&#58; :
&#59; ;
&#60; <
&#61; =
&#62; >
&#63; ?
&#64; @
&#65; A
&#66; B
&#67; C
&#68; D
&#69; E
&#70; F
&#71; G
&#72; H
&#73; I
&#74; J
&#75; K
&#76; L
&#77; M
&#78; N
&#79; O
&#80; P
&#81; Q
&#82; R
&#83; S
&#84; T
&#85; U
&#86; V
&#87; W
&#88; X
&#89; Y
&#90; Z
&#91; [
&#92; \
&#93; ]
&#94; ^
&#95; _
&#96; `
&#97; a
&#98; b
&#99; c
&#100; d
&#101; e
&#102; f
&#103; g
&#104; h
&#105; i
&#106; j
&#107; k
&#108; l
&#109; m
&#110; n
&#111; o
&#112; p
&#113; q
&#114; r
&#115; s
&#116; t
&#117; u
&#118; v
&#119; w
&#120; x
&#121; y
&#122; z
&#123; {
&#124; |
&#125; }
&#126; ~
&#163; £
&#165; ¥
&#169; ©
&#171; «
&#174; ®
&#181; µ
&#187; »
&#188; ¼
&#189; ½
&#190; ¾
&#215; ×
&#223; ß
&#247; ÷
&#248; ø
&#910; Ύ
&#911; Ώ
&#912; ΐ
&#913; Α
&#914; Β
&#915; Γ
&#916; Δ
&#917; Ε
&#918; Ζ
&#919; Η
&#920; Θ
&#921; Ι
&#922; Κ
&#923; Λ
&#924; Μ
&#925; Ν
&#926; Ξ
&#927; Ο
&#928; Π
&#929; Ρ
&#930; ΢
&#931; Σ
&#932; Τ
&#933; Υ
&#934; Φ
&#935; Χ
&#936; Ψ
&#937; Ω
&#938; Ϊ
&#939; Ϋ
&#940; ά
&#941; έ
&#942; ή
&#943; ί
&#944; ΰ
&#945; α Greek characters
&#946; β
&#947; γ
&#948; δ
&#949; ε
&#950; ζ
&#951; η
&#952; θ
&#953; ι
&#954; κ
&#955; λ
&#956; μ
&#957; ν
&#958; ξ
&#959; ο
&#960; π
&#961; ρ
&#962; ς
&#963; σ
&#964; τ
&#965; υ
&#966; φ
&#967; χ
&#968; ψ
&#969; ω
&#8539;
&#8540;
&#8541;
&#8542;
&#8544;
&#8545;
&#8546;
&#8547;
&#8548;
&#8549;
&#8550;
&#8551;
&#8552;
&#8553;
&#8554;
&#8555;
&#8556;
&#8557;
&#8558;
&#8559;
&#8560;
&#8561;
&#8562;
&#8563;
&#8564;
&#8565;
&#8566;
&#8567;
&#8568;
&#8569;
&#8570;
&#8571;
&#8572;
&#8573;
&#8574;
&#8575;
&#8592;
&#8593;
&#8594;
&#8595;
&#8596;
&#8597;
&#8656;
&#8657;
&#8658;
&#8659;
&#8660;
&#8661;
&#8721; Mathematical characters
&#8730;
&#8734;
&#8747;
&#8804;
&#8805;
&#8810;
&#8811;
&#8834;
&#8835;
&#8838;
&#8839;
&#9312;
&#9313;
&#9314;
&#9315;
&#9316;
&#9317;
&#9318;
&#9319;
&#9320;
&#9321;
&#9322;
&#9323;
&#9324;
&#9325;
&#9326;
&#9327;
&#9328;
&#9329;
&#9330;
&#9331;
&#9332;
&#9333;
&#9334;
&#9335;
&#9336;
&#9337;
&#9338;
&#9339;
&#9340;
&#9341;
&#9342;
&#9343;
&#9344;
&#9345;
&#9346;
&#9347;
&#9348;
&#9349;
&#9350;
&#9351;
&#9352;
&#9353;
&#9354;
&#9355;
&#9356;
&#9357;
&#9358;
&#9359;
&#9360;
&#9361;
&#9362;
&#9363;
&#9364;
&#9365;
&#9366;
&#9367;
&#9368;
&#9369;
&#9370;
&#9371;
&#9372;
&#9373;
&#9374;
&#9375;
&#9376;
&#9377;
&#9378;
&#9379;
&#9380;
&#9381;
&#9382;
&#9383;
&#9384;
&#9385;
&#9386;
&#9387;
&#9388;
&#9389;
&#9390;
&#9391;
&#9392;
&#9393;
&#9394;
&#9395;
&#9396;
&#9397;
&#9398;
&#9399;
&#9400;
&#9401;
&#9402;
&#9403;
&#9404;
&#9405;
&#9406;
&#9407;
&#9408;
&#9409;
&#9410;
&#9411;
&#9412;
&#9413;
&#9414;
&#9415;
&#9416;
&#9417;
&#9418;
&#9419;
&#9420;
&#9421;
&#9422;
&#9423;
&#9424;
&#9425;
&#9426;
&#9427;
&#9428;
&#9429;
&#9430;
&#9431;
&#9432;
&#9433;
&#9434;
&#9435;
&#9436;
&#9437;
&#9438;
&#9439;
&#9440;
&#9441;
&#9442;
&#9443;
&#9444;
&#9445;
&#9446;
&#9447;
&#9448;
&#9449;
&#10102;
&#10103;
&#10104;
&#10105;
&#10106;
&#10107;
&#10108;
&#10109;
&#10110;
&#10111;
&#10112;
&#10113;
&#10114;
&#10115;
&#10116;
&#10117;
&#10118;
&#10119;
&#10120;
&#10121;
&#10122;
&#10123;
&#10124;
&#10125;
&#10126;
&#10127;
&#10128;
&#10129;
&#10130;
&#10131;


Copyright © Samir Amberkar 2010-11§ §