There are several places that you can enter this character by typing ctrl-backspace, including windows loggon password.
Which character is this and can I use it in a password?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on the control being used. Assuming a regular text box, that’s character code 127 (0x7f), legacy mapping for the DEL control code. Displays as a rectangle since there’s no Unicode glyph for it. This will not necessarily reproduce well, a Rich Edit control will interpret it as a “delete to begin of line” control key. Very unlikely you’ll be able to enter such a password at a web page prompt for example.