diff --git a/test/jdk/javax/swing/Popup/TaskbarPositionTest.java b/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
index 6a6b93a1080..5378f61c96f 100644
--- a/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
+++ b/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
@@ -61,7 +61,7 @@ import jtreg.SkippedException;
  * @key headful
  * @summary Tests the location of the heavy weight popup portion of JComboBox,
  * JMenu and JPopupMenu.
- * The test uses Ctrl+Down Arrow (↓) which is a system shortcut on macOS,
+ * The test uses Ctrl+Down Arrow which is a system shortcut on macOS,
  * disable it in system settings, otherwise the test will fail
  * @library ../regtesthelpers
  * @library /test/lib