Advertisement
8u

Unicode character html

8u
Aug 21st, 2021
82
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 1 0
  1. <!DOCTYPE html>
  2.  <title>character type unicode set test</title>
  3. <style>
  4.    td:last—child { font—size: 3em; }
  5.    tr:first—child td:last—child { font—size: lem; }
  6.    th { text—align: left; font—weight: normal; }
  7. </style>
  8. <table>
  9.     <tr>
  10.       <th>Unicode Character Name:
  11.       <td>(NAME OF UNICODE CHAR)
  12.     <tr>
  13.       <th>Hexadecimal:
  14.       <td>&#x00000;
  15.     <tr>
  16.       <th>Decimal:
  17.       <td>&#000;
  18.     <tr>
  19.       <th>HTML5 Named Entity:
  20.       <td>&copy;
  21.     <tr>
  22.       <th>HTML5 Named Entity:
  23.       <td>&COPY;
  24.  
  25. </table>
  26.  
  27. example by 8u
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement