Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Unicode 記号を挿入してテキストを編集するには? iOS では、コードを指定するだけでそれを行うことができます\U0001F68A。
\U0001F68A
editText.setText("\u00A9 2013 by John Smith");
著作権記号の後に " 2013 by John Smith" を EditText editText に挿入します。
editText.getText().append("\uD83D\uDE0A");