C:
char c = '\u6459';
printf("%c\n", c); // Output: 摙
JavaScript:
const char = '\u6459';
console.log(char); // Output: 摙
Java:
char c = '\u6459';
System.out.println(c); // Output: 摙
JSON:
{"text": "\u6459"} // Value: 摙
Python:
char = '\u6459'
print(char) # Output: 摙
Perl:
my $char = "\x{6459}";
print $char; # Output: 摙
PHP:
$char = "\x{6459}";
echo $char; // Output: 摙
Ruby:
char = "\u{6459}"
puts char # Output: 摙
Rust:
let c = '\u{6459}';
println!("{}", c); // Output: 摙
Go:
char := '\u6459'
fmt.Printf("%c\n", char) // Output: 摙
CSS:
/* CSS content property */
.element::before {
content: "\006459"; /* 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%91%99
MD5:
2638fddd5ff8d5d3bef1ca374390b0bf
SHA1:
2a5450b01532f9a4c771ea9be6403f35e8086d8b
Base64:
5pGZ