Konwertuj ciąg na Unicode Java

System.out.println( "\\u" + Integer.toHexString('÷' | 0x10000).substring(1) );
Pleasant Peccary