Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (48 loc) · 865 Bytes

converter.md

File metadata and controls

53 lines (48 loc) · 865 Bytes

title: symbol2unicode converter keywords:

  • ascii
  • unicode
  • js
  • symbols ...
([documentation](index.html))
<script src="lib/web.js"></script> <style> #converter { margin: 2px; margin-top: 5vh; padding: 2px; font-size: 14pt; width:95vw; font-family: sans-serif; }

#converter input { font-size: inherit; margin-bottom: 2px; margin-right: 2px; margin-left: 2px; width: calc(94vw - 15ex); padding-left: 2px; border: none; border-bottom: 1px solid dimgray; }

#converter .output { padding-top: 2px; }

#converter .output p { padding-left: 2px; margin-right: 2px; margin-left: 2px; text-indent: 0; }

#converter .output p + p { margin-bottom: 0; margin-top: 0; padding-bottom: 0;

} </style>