There are a few ways to get the list of all Unicode characters' names: for example using Python module unicodedata, as explained in List of unicode character names, or using the website: https://unicode.org/charts/charindex.html but here it's incomplete, and you have to open and parse PDF to find the names.
But what is the official source / repository of all Unicode character names? (such that if a new character is added, the list is updated, so I'm looking for the initial source for these names, in a machine readable format).
I'm looking for a list with just code point and name, in CSV or any other format:
code character name
...
0102 LATIN CAPITAL LETTER A WITH BREVE
0103 LATIN SMALL LETTER A WITH BREVE
...
unicodedatadocs.python.org/3/library/unicodedata.html, as mentioned in the question, but you're right this aspect is secondary.unicodedatalinks to Python (because it can mean something different) and removing the other two tags? I came here for "utf-8" just to find out the encoding is nowhere involved.