Unicode Compart
compart.com › en › unicode › U+0000
U+0000 <Null> (NUL) Unicode Character
U+0000 is the unicode hex value of the character (NUL). Char U+0000, Encodings, HTML Entitys:,, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
control character whose bits are all 0
Wikipedia
en.wikipedia.org › wiki › Null_character
Null character - Wikipedia
June 30, 2026 - The null character is a control character with the value zero. Many character sets include a code point for a null character – including Unicode (Universal Coded Character Set), ASCII (ISO/IEC 646), Baudot, ITA2 codes, the C0 control code, and EBCDIC. In modern character sets, the null character ...
Unicode Explorer
unicode-explorer.com › home › unicode blocks › c0 controls and basic latin (basic latin) › � u+0000 null
� U+0000 NULL - Unicode Explorer
� U+0000 NULL, copy and paste, unicode character symbol info, Control Character
FileFormat
fileformat.info › info › unicode › char › 0000 › index.htm
Unicode Character 'NULL (NUL)' (U+0000)
Get the complete details on Unicode character U+0000 on FileFormat.Info
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/nostupidquestions › does the unicode null character (u+0000) actually exist or is it a hypothetical?
r/NoStupidQuestions on Reddit: Does the Unicode null character (U+0000) actually exist or is it a hypothetical?
October 9, 2025 -
I don't think I've ever successfully typed a null or copied and pasted it from a codepoints website. I've never been able to detect a null afterwards, not by copying it into a Unicode viewer website, nothing.
Is it actually a character that can exist or is it a technicality? If it actually exists, how can I type it and see that it's been typed.
Top answer 1 of 2
1
In many programming environments the null character is used to mark the end of a text string. For this reason it can't be stored anywhere else in a string because then that would make the string end prematurely, so software will usually just block you from entering it. But under the hood, it's real and important.
2 of 2
1
Yeah it exists. It can cause problems and you often have to filter it (and other control characters) out of user inputs. If you type it into most text fields it looks like nothing happened. To type it hold alt and type 0000 on the number pad.
Hacker News
news.ycombinator.com › item
The strangest thing about Unicode (any flavor) is that NULL, aka \0, aka "all ze... | Hacker News
April 30, 2012 - If you claim to support Unicode, you have to support NULL characters; otherwise, you support a subset · I find most OS utilities that "accept" Unicode fail to accept the NULL character