Actualités

If you want to display special symbols in HTML, such as ©, ®, or €, you can't just type them directly in your code. HTML has a specific syntax for representing these characters, called ...
For example, the code for the registered symbol is u00AE, so you would input it as android:text="\u00AE". You can then type in the remaining text between the quotation marks and close your ...