Encoding "BEL" (bell character, ASCII 7)

  • Thread starter Thread starter Majorana
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Majorana
Messages
99
Reaction score
43
Hello folks,

I need to find a way to obtain (encode) the "bell" character, ASCII 7, and send it in chat conversations. Although "bell" is almost forgotten in today's practice, I find that it is a very convenient mean to draw the attention of the counterpart, for example in chat services that don't offer an option to "beep" the computer of participants. The problem is: how to encode it? [CTRL+G] only works in a command-line environment, not in web pages.

Any ideas?--- :oldeyes:
 
Physics news on Phys.org
try holding down ALT and hitting 0007
 
cpscdave said:
try holding down ALT and hitting 0007

It's exactly the same as [CTRL+G], works only in command line or DOS environment... :oldcry: