I’d like the textView to show the mathematical constant e. I tried using an italic “e”, but that looks different. I looked for an HTML code to represent it, but couldn’t find one. So how do I type e into a textView?
Share
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.
According to Wikipedia, there is no HTML code for e. In addition, viewing the source of Wikipedia’s Page on e shows that they simply make it slightly larger, italic, and
font-family:serif. There’s no need for anything else really – its just a recognized constant but still the English letter. If it was actually a latin character you may want to find one, but in this case a simple “e” seems to work fine.