<div class="fixed">
<form target="_blank">
<button type="button" onclick="cls();">clear</button>
<button type="button" onclick="run();">run()</button>
<button type="button" onclick="next();">next()</button>
<button type="button" onclick="run();next();">run() , next()</button>
<br>
<input type="number" id="n_min" value="1">
<input type="number" id="n_max" value="10000">
<input type="reset">
</form>
</div>
Generate html entities from x ... y using <code>&#NNN;</code> .
<br>
<details><summary>?</summary>
<pre>
Useful to e.g. test if some unicode characters actually show up in your browser.
What a character looks like or if it shows at all depends on OS, fonts, fontsizes, etc. etc.
Also "combined characters" can get messy.
This is just really dumb and quick putting them all behind eachother
with a mouseover tooltip with the number.
</pre>
For searching specific characters I recommend:<br>
<a target="_blank" href="https://www.amp-what.com/">amp-what.com</a>
</details>
<hr>
<div id="target"></div>