C:
char c = '\u60BF';
printf("%c\n", c); // Output: 悿
JavaScript:
const char = '\u60BF';
console.log(char); // Output: 悿
Java:
char c = '\u60BF';
System.out.println(c); // Output: 悿
JSON:
{"text": "\u60BF"} // Value: 悿
Python:
char = '\u60BF'
print(char) # Output: 悿
Perl:
my $char = "\x{60BF}";
print $char; # Output: 悿
PHP:
$char = "\x{60BF}";
echo $char; // Output: 悿
Ruby:
char = "\u{60BF}"
puts char # Output: 悿
Rust:
let c = '\u{60BF}';
println!("{}", c); // Output: 悿
Go:
char := '\u60BF'
fmt.Printf("%c\n", char) // Output: 悿
CSS:
/* CSS content property */
.element::before {
content: "\0060BF"; /* Display: 悿 */
}
HTML Decimal:
<p>HTML decimal: 悿</p> <!-- Display: 悿 -->
HTML Hexadecimal:
<p>HTML hex: 悿</p> <!-- Display: 悿 -->
URL Encoding:
// 悿 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%BF
MD5:
275379bc6a652aa0f386581692a6701d
SHA1:
9ea59f92cd345590e11ffa73e030b854da9766dd
Base64:
5oK/