I want to write the infinity symbol ∞ in a watch app. Like this symbol: www.fileformat.info/.../index.htm. When writing it in the code I get missing character symbol (square + question mark). Eclipse says file is UTF8 encoded. How can it be done?
I want to write the infinity symbol ∞ in a watch app. Like this symbol: www.fileformat.info/.../index.htm. When writing it in the code I get missing character symbol (square + question mark). Eclipse says file is UTF8 encoded. How can it be done?
Not all standard fonts include all symbols/characters, and what's there can vary based on which device. Your best bet is to either use a bitmap for the symbol, or create a custom font that includes the symbol.