Scratchpad

If you are new to Scratchpad, and want full access as a Scratchpad editor, create an account!
If you already have an account, log in and have fun!!

READ MORE

Scratchpad
Advertisement

Here's how to format text:

Logical and Physical Tags[]

These HTML tags can be used to format text by typing <tag>Text</tag>:

Physical Tag Result Logical Tag
<b> bold <strong>
<i> italic <em>
<u> underline <ins>
<s> strike <del>

<big>

big
<small> small

<sup>

superscript

<sub>

subscript

blockquote

<blockquote>


Colors[]

These color codes can be used to format text by typing <span style="color:(color)">Text</span>:

Hexadecimal Value Result Name
#FF0000   red
#FF3300   orange
#FFFF00   yellow
#00FF00   lime
#00FFFF   cyan
#0000FF   blue
#003333   dark cyan
#FF00FF   fuchsia
#FFFFFF   white
#000000   black


Symbols[]

These HTML symbol codes can be used to create text symbols you wouldn't ordinarily be able to type. You can use them by typing &#Number;.

&#; 0 1 2 3 4 5 6 7 8 9
30's ! " # $ % & '
40's ( ) * + , - . / 0 1
50's 2 3 4 5 6 7 8 9 : ;
60's < = > ? @ A B C D E
70's F G H I J K L M N O
80's P Q R S T U V W X Y
90's Z [ \ ] ^ _ ` a b c
100's d e f g h i j k l m
110's n o p q r s t u v w
120's x y z { | } ~ &#127; &#128; &#129;
130's &#130; &#131; &#132; &#133; &#134; &#135; &#136; &#137; &#138; &#139;
140's &#140; &#141; &#142; &#143; &#144; &#145; &#146; &#147; &#148; &#149;
150's &#150; &#151; &#152; &#153; &#154; &#155; &#156; &#157; &#158; &#159;
160's   ¡ ¢ £ ¤ ¥ ¦ § ¨ ©
170's ª « ¬ ­ ® ¯ ° ± ² ³
180's ´ µ · ¸ ¹ º » ¼ ½
190's ¾ ¿ À Á Â Ã Ä Å Æ Ç
200's È É Ê Ë Ì Í Î Ï Ð Ñ
210's Ò Ó Ô Õ Ö × Ø Ù Ú Û
220's Ü Ý Þ ß à á â ã ä å
230's æ ç è é ê ë ì í î ï
240's ð ñ ò ó ô õ ö ÷ ø ù
250's ú û ü ý þ ÿ Ā
Advertisement