C:
char c = '\u60A4';
printf("%c\n", c); // Output: 悤
JavaScript:
const char = '\u60A4';
console.log(char); // Output: 悤
Java:
char c = '\u60A4';
System.out.println(c); // Output: 悤
JSON:
{"text": "\u60A4"} // Value: 悤
Python:
char = '\u60A4'
print(char) # Output: 悤
Perl:
my $char = "\x{60A4}";
print $char; # Output: 悤
PHP:
$char = "\x{60A4}";
echo $char; // Output: 悤
Ruby:
char = "\u{60A4}"
puts char # Output: 悤
Rust:
let c = '\u{60A4}';
println!("{}", c); // Output: 悤
Go:
char := '\u60A4'
fmt.Printf("%c\n", char) // Output: 悤
CSS:
/* CSS content property */
.element::before {
content: "\0060A4"; /* 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%A4
MD5:
2f8fa0396cabd73cb38e8022d8b7cd9e
SHA1:
16c07463eb03493570d6cb173b421884fcb3b0c2
Base64:
5oKk