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
🌐
Unicode Compart
compart.com β€Ί en β€Ί unicode β€Ί U+2800
Find all Unicode Characters from Hieroglyphs to Dingbats – Unicode Compart
U+2800 is the unicode hex value of the character Braille Pattern Blank. Char U+2800, Encodings, HTML Entitys:β €,β €, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)

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
Discussions

c - How does one represent the empty char? - Stack Overflow
There is no such thing as the "empty character" ''. If you need a space character, that can be represented as a space: c[i] = ' ' or as its ASCII octal equivalent: c[i] = '\040'. If you need a NUL character that's c[i] = '\0'. More on stackoverflow.com
🌐 stackoverflow.com
Is there an empty character that is not a unicode? If there is, what is it called?
You can't represent any kind of character on a computer without some kind of encoding. Every single character you try to represent on a computer will be exactly one byte of information. It's inescapable. More on reddit.com
🌐 r/NoStupidQuestions
30
1
October 15, 2020
Looking for an invisible blank character to avoid to go to next line
Hangul filler >γ…€< Zero width character >β€Œ< If these don't work, I just discovered an entire website of invisible characters. More on reddit.com
🌐 r/ASCII
4
2
December 27, 2024
Making char empty in TIA Portal
How to make Chars empty without ... really empty like the default value of a char... Kind regards, Combo ... does 0, not '0' work? -> It doesn't. Interestingly, the default for a char seems to be ' ', not ''... which is strange. Have you tried it? ... default CHAR is a space. You can't just use '' with nothing between because it needs to always have a length of 1. HOWEVER, there is an ASCII "null" character ... More on plctalk.net
🌐 plctalk.net
4
November 12, 2018
🌐
Wikipedia
en.wikipedia.org β€Ί wiki β€Ί Whitespace_character
Whitespace character - Wikipedia
2 weeks ago - A whitespace character is a character data element that represents white space when text is rendered for display by a computer. For example, a space character (U+0020 SPACE, ASCII 32) represents blank space such as a word divider in a Western script. A printable character results in output ...
🌐
Empty Character
emptycharacter.com
Empty Characters, Whitespaces & Blank Unicode Characters
Empty characters, blank characters, invisible characters and whitespace characters. They look like a space, but are in fact a different (unicode) character. They can be used if you want to represent an empty space without using space. Let's say you want to use an empty value in a website or application, but spaces are not accepted.
🌐
Coderanch
coderanch.com β€Ί t β€Ί 572808 β€Ί java β€Ί ASCII-Empty-String
ASCII value for Empty String. (Java in General forum at Coderanch)
April 7, 2012 - Does an empty string have an ascii value?? ... No. Characters have ASCII values, not strings.
🌐
EditPad
editpad.org β€Ί tool β€Ί invisible-character
Invisible Character - (β€Žβ€Žβ€Žβ€Žβ€Žβ€Žβ€Žβ€Žγ…€) Blank Text Copy Paste
Use our invisible character tool to generate an invisible letter to let you fill a form or send a message with blank input. Copy and paste the blank (empty) space for hiding names.
Find elsewhere
🌐
Invisible Characters
invisible-characters.com
Unicode characters you can not see
Send empty tweets (instructions) using the U+3164 HANGUL FILLER. You can have an invisible TikTok nickname (instructions!) by using the U+FFFC OBJECT REPLACEMENT CHARACTER character.
🌐
Invisible Character
invisible-character.net
Invisible Character (γ…€) - Copy and Paste Blank Text
Click the button below to copy an Invisible character to your clipboard. ... Generate unlimited empty characters by entering the number of blank spaces you need, then click the "Copy" button and paste them where you want.
🌐
Quora
quora.com β€Ί What-is-the-ASCII-code-for-a-blank-space
What is the ASCII code for a blank space? - Quora
Answer (1 of 2): Hello, It’s the β€œSpace” (not white space, or blank space) in the Ascii table. In case you didn’t look it through an Ascii table then please be informed the Hexadecimal code has been looked out for you, and we presently let you know this is 0x20.
🌐
Reddit
reddit.com β€Ί r/nostupidquestions β€Ί is there an empty character that is not a unicode? if there is, what is it called?
r/NoStupidQuestions on Reddit: Is there an empty character that is not a unicode? If there is, what is it called?
October 15, 2020 -

I want an empty character that is not space, tab, nor enter. I want something to be blank in my notepad and save it but it says: "This file contains characters in Unicode format which will be lost if you save this file as an ANSI encoded text file, To keep the Unicode information, click Cancel below and then select one of the Unicode options from the Encoding drop down list. Continue?" I just want an invisible one.

🌐
Reddit
reddit.com β€Ί r/ascii β€Ί looking for an invisible blank character to avoid to go to next line
r/ASCII on Reddit: Looking for an invisible blank character to avoid to go to next line
December 27, 2024 -

Apologies if i am in the wrong subreddit but I assumed you guys would know..

I have a list of names that are displayed one after another, separated by a dash. Some names are composed of just 1 word while some are multiple words for the same name.

Is there a special character that I could use instead of the space to avoid photoshop (or any other program) to cut the name and go to next line? I would like that the name + last name to be never broken apart.

Thank you

🌐
PLCS.net
plctalk.net β€Ί home β€Ί forums β€Ί q & a β€Ί plc questions and answers
Making char empty in TIA Portal | PLCtalk - Interactive Q & A
November 12, 2018 - 00$ Yeah well, you cannot assign 0. But this works: Chartest:= Byte_To_Char(0); Indeed you get 00$ But we changed our program and when clearing an array of chars we do it like that.
🌐
Reddit
reddit.com β€Ί r/learnprogramming β€Ί null character in c
r/learnprogramming on Reddit: NULL character in C
March 7, 2023 -

So, it's represented by '\0' or '0', right?

Why '0' too when it's value is 48 and not 0 - is it not the character '0' in ASCII but the symbol '0' used when talking about the NULL character?

EDIT: So it's just the ASCII character '\0'.

ALSO: Why is a char array printable as a string even if it contains no NULL character?

#include <stdio.h>

int main(void)
{
    char s[] = {'h', 'i', '.', '.'};
    printf("%s\n", s);
    printf("%i %i %i %i\n", s[0], s[1], s[2], s[3]);
}

prints

hi..
104 105 46 46

but if I change the last line to

printf("%i %i %i %i %i\n", s[0], s[1], s[2], s[3], s[4);

it complains "array index 4 is past the end of the array" which means there is no NULL.

EDIT: I just used the code above and changed s[] to s[5] and it printed the additional 0 - why - can't printf see the NULL if you declare the array without specifying its size in advance?

🌐
ASCII Code
ascii-code.com β€Ί character β€Ί ␀
Null character - ASCII Code
In ASCII and Unicode, the null character is defined to be U+0000, meaning it is represented in Unicode as the number 0.
🌐
Reddit
reddit.com β€Ί r/ascii β€Ί how enter "invisible character with keyboard"
r/ASCII on Reddit: How enter "Invisible character with Keyboard"
December 31, 2020 -

This Invisible character

... To be more specific.

  • My rant and my reasoning:

    • I'm using a markdown editor that uses "Bulleted Lists". The annoying part...

      • Is that, is not pleasing to the eye, see all the "Bullets" next to each other. SO--

  • By using "β€β€β€Ž β€Ž" (no joke, that's the character).

    • My problem goes away.

β€β€β€Ž β€Ž

  • I want to "ENTER" or TYPE that character myself. ΒΏAny idea How?

🌐
Intel
intel.com β€Ί content β€Ί dam β€Ί www β€Ί program β€Ί education β€Ί us β€Ί en β€Ί documents β€Ί the-journery-inside β€Ί digital β€Ί tji-digital-info-handout4.pdf pdf
Student Handout: ASCII Computer Code
3. The ASCII code for a blank space is the decimal number 32, or the binary number Β· 0010 00002. Why do you think it is important to have a code for a blank space? 4. How many characters of text are there in an average book? To help answer this Β· question, select several different books of ...