Expert in PHP, MySql, Android, Python, Javascript, React
February 3, 2018
ASCII codes for different values and symbols
ASCII stands for American Standard Code for Information Interchange. This is a character encoding standard for data and information exchange between two devices or peripherals.
In Javascript you can get the key ASCII Value from the event:
var ascii = e.keyCode;
Following is the table that is showing ASCII value and Symbol Mapping.