I just went through the character map to get these. They are all in Calibri.
Number Name HTML Code Appearance ------ -------------------- --------- ---------- U+2000 En Quad   " " U+2001 Em Quad   " " U+2002 En Space   " " U+2003 Em Space   " " U+2004 Three-Per-Em Space   " " U+2005 Four-Per-Em Space   " " U+2006 Six-Per-Em Space   " " U+2007 Figure Space   " " U+2008 Punctuation Space   " " U+2009 Thin Space   " " U+200A Hair Space   " " U+200B Zero-Width Space ​ "" U+200C Zero Width Non-Joiner ‌ "" U+200D Zero Width Joiner ‍ "" U+200E Left-To-Right Mark ‎ "" U+200F Right-To-Left Mark ‏ "" U+202F Narrow No-Break Space   " "Answer from FlameBlazer on Stack Overflow
Invisible unicode for mobile and pc
facebook - Invisible characters - ASCII - Stack Overflow
How to deal with unicode / special / invisible characters?
Looking for an invisible blank character to avoid to go to next line
What are Unicode characters?
What are some common examples of invisible Unicode characters?
What is the regular expression pattern for finding invisible Unicode characters?
Are there unicodes that are invisible and supported by both mobile and pc. I am not talking about white spaces, but actual characters.
I just went through the character map to get these. They are all in Calibri.
Number Name HTML Code Appearance ------ -------------------- --------- ---------- U+2000 En Quad   " " U+2001 Em Quad   " " U+2002 En Space   " " U+2003 Em Space   " " U+2004 Three-Per-Em Space   " " U+2005 Four-Per-Em Space   " " U+2006 Six-Per-Em Space   " " U+2007 Figure Space   " " U+2008 Punctuation Space   " " U+2009 Thin Space   " " U+200A Hair Space   " " U+200B Zero-Width Space ​ "" U+200C Zero Width Non-Joiner ‌ "" U+200D Zero Width Joiner ‍ "" U+200E Left-To-Right Mark ‎ "" U+200F Right-To-Left Mark ‏ "" U+202F Narrow No-Break Space   " "
How a character is represented is up to the renderer, but the server may also strip out certain characters before sending the document.
You can also have untitled YouTube videos like https://www.youtube.com/watch?v=dmBvw8uPbrA by using the Unicode character ZERO WIDTH NON-JOINER (U+200C), or ‌ in HTML. The code block below should contain that character:
Hi everyone,
I've been using Obsidian for a few weeks now, and it has replaced all other note taking tools I use, for work, study and leisure.
I study Arabic, and I've found that Obsidian is at least a decent tool to take notes in both left to right and right to left languages, especially with the Dynamic RTL plugin.
But there are sometimes occasions where the standard behavior to sort RTL and LTR doesn't do what I want (and this is not a problem specific with Obsidian, but with a lot of editors and word processors) , and the solution is to insert explicit Unicode marks (U+200E, LTR mark and U+202E, RTL override).
This way I can finally arrange text exactly how I want, and take my notes regarding grammar, vocabulary and texts.
Now: these Unicode characters are invisible. It would be very, very nice to have a way to make them visible somehow, mostly to find them and delete/move them, and then make them invisible again.
Is there a way to do that, either using existing functionalities/community plugins, or writing my own?
Could anyone point me to a place to start from, be it some documentation, code or anything else?
Thanks