unicode character list

Hey, does anyone have an easy to navigate list/chart that shows the unicode strings of generic characters like a-z, question marks, brackets etc? I can't seem to find a good quality one, thanks in advance.
18 Replies
ἔρως
ἔρως2w ago
you can check the ascii-7 character encoding utf8 is just a superset of it
snxxwyy
snxxwyy2w ago
ah thank you, i looked that up and it gave me this, this seems like it would be it right? https://www.ascii-code.com/
ASCII table - Table of ASCII codes, characters and symbols
A complete list of all ASCII codes, characters, symbols and signs included in the 7-bit ASCII table and the extended ASCII table according to the Windows-1252 character set, which is a superset of ISO 8859-1 in terms of printable characters.
ἔρως
ἔρως2w ago
yup, but dont use the extended set
snxxwyy
snxxwyy2w ago
awesome, thank you, what's the extended set if you don't mind?
ἔρως
ἔρως2w ago
it's just special symbols that were added later, and multiple encodings use the last 127/128 characters for that there's ansi, windows-1250 to windows-1259 there's also the dos encodings there's iso-8859-x there's just so many for utf8, it uses the bit for the extended set for other things
snxxwyy
snxxwyy2w ago
that is a lot haha, i appreciate the info, thanks, i'll look into it
ἔρως
ἔρως2w ago
you're welcome if you're using this, i bet it is for the @font thingy, then you should use a tool to check the characters that the font can display
snxxwyy
snxxwyy2w ago
yeah it is for that haha, that would definitely be useful, is there any tools you could link me to?
snxxwyy
snxxwyy2w ago
quick question, the unicode strings are based off of the hex value aren't they? so ! would be U+0021 right?
No description
ἔρως
ἔρως2w ago
i think so, yes im not sure
snxxwyy
snxxwyy2w ago
alright no worries, i'll give it a test, thanks
ἔρως
ἔρως2w ago
you can check the syntax for it
snxxwyy
snxxwyy2w ago
alright, i'll do that
dysbulic 🐙
dysbulic 🐙2w ago
On Linux you type Ctrl+Shift+U & you'll get a u̲ prompt that lets you type in the hex you want. On Windows, supposedly, the Alt key plus the decimal representation of a character entered on the numeric keypad gets you a glyph. Wikipedia recommends BabelMap on Windows for exploring Unicode. I use Gnome Characters on Ubuntu. There's also simply the Unicode.org pdf charts.
ἔρως
ἔρως2w ago
that's not what he wants what he wants is the character range for a font
Jochem
Jochem2w ago
For future reference, please post in #discussions if you're looking for resources, this channel is to share resources you found only
snxxwyy
snxxwyy2w ago
Alright, sorry, I didn’t realise
Jochem
Jochem2w ago
no worries!
Want results from more Discord servers?
Add your server
More Posts
Does this make sense to be a subclass?I'm trying to create a subclass to implement some custom functionality to a parent class. I'm makingNeed Help identifying different Semantic SectionsIn the picture I provided is that entire piece supposed to be all in the header or the logo and butHow to work on a project on 2 local machines?I'll be working on projects on my laptop and desktop. I initially started it on my laptop. If I nowjustify-self and align-self flexbox?Do justify-self and align-self not work for elements in a flexbox container? I’m finding mixed infoprefers-reduced-motion is a text color animation ok?I'm making a text-based browser game and I just added a `Wating for player to join` indicator when ygrid-template-columns vs grid-auto-columnsHey, what would be the difference between the examples below? Other than the ability to define a spesvelte logic (if else) - can you write this in the js? (potential very dumb question)Basically I want to put a conditional in here so if count is == 0 then the decrement button vanishesWhere should I use the clamp() function and what to use for responsive design overallJust what the title says. When I've discovered the `clamp()` function, I've been using it everywherearray doesn't want to go awayi want array values that are numbers to be deleted but it doesn't go away and it still shows as ""I need help with media-queries for Responsive Web layoutwhen i start writing media-queries i mess up so many things like hamburger menu and grid layout for