This repository was archived by the owner on Jul 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathascii.html
27 lines (26 loc) · 2.18 KB
/
ascii.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="The American Standard Code for Information Interchange, but mostly cool characters nowadays."><!-- Bing --><meta name="msvalidate.01" content="45CBBE1BD8265A2217DFDA630EB8F84A" /><title>Tiny Brain Fans - ASCII</title><link rel="stylesheet" href="tinystyle.css"></head><body>
<main id="main"><article id="content"><h1 id="title">ASCII</h1><h2>Box Drawing Characters</h2>
<pre><code>┌────┬────┐ ╔════╦════╗
│ SIN│GLE │ ║ DOU║BLE ║
├────┼────┤ ╠════╬════╣
│ │ │ ║ ║ ║
└────┴────┘ ╚════╩════╝
</code></pre>
<h2>Arrows</h2>
<pre><code>← → ↑ ↓
↔ ↕
◄ ► ▲ ▼
</code></pre>
<h2>Shading</h2>
<pre><code>████
▓▓▓▓
▒▒▒▒
░░░░
</code></pre>
<h2>References</h2>
<ul>
<li><a href="https://en.wikipedia.org/wiki/ASCII" target="_blank">https://en.wikipedia.org/wiki/ASCII</a></li>
<li><a href="https://theasciicode.com.ar/extended-ascii-code/box-drawings-single-vertical-line-character-ascii-code-179.html" target="_blank">https://theasciicode.com.ar/extended-ascii-code/box-drawings-single-vertical-line-character-ascii-code-179.html</a></li>
<li><a href="https://merveilles.town/web/statuses/108118602443265634" target="_blank">https://merveilles.town/web/statuses/108118602443265634</a></li>
</ul>
<p class="last-modified">Last modified: 202206101419</p></article></main><footer><nav><a href="index.html">Sitemap</a></nav><div class="social"><p>Built using <a href="http://codeberg.org/milofultz/swiki" target="_blank" rel="noopener noreferrer">{{SWIKI}}</a></p><p><a href="http://codeberg.org/milofultz/" target="_blank" rel="noopener noreferrer">Codeberg</a></p><p><a href="http://milofultz.com/" target="_blank" rel="noopener noreferrer">milofultz.com</a></p><p><a href="https://merveilles.town/@milofultz" target="_blank" rel="me noopener noreferrer">Mastodon</a></p></div></footer></body></html>