如何在我的TextView中插入向下的ascii箭头值?例如:我发现向下箭头的ascii = ▲myText.setText(▲);但这不起作用。 最佳答案 尝试myText.setText(Html.fromHtml("▲"));