From 11d61f3c6f82bd36b365c75146d5c698abd40e8b Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 21 May 2020 11:48:51 +0200 Subject: unicode: Parse direct codepoint numbers --- modules/unicode/index.html | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) (limited to 'modules/unicode/index.html') diff --git a/modules/unicode/index.html b/modules/unicode/index.html index 1065575..1832fe8 100644 --- a/modules/unicode/index.html +++ b/modules/unicode/index.html @@ -15,6 +15,9 @@ body { max-height: 300px; overflow-y: scroll; } +.invisible { + display: none; +}