C:
char c = '\u7352';
printf("%c\n", c); // Output: 獒
JavaScript:
const char = '\u7352';
console.log(char); // Output: 獒
Java:
char c = '\u7352';
System.out.println(c); // Output: 獒
JSON:
{"text": "\u7352"} // Value: 獒
Python:
char = '\u7352'
print(char) # Output: 獒
Perl:
my $char = "\x{7352}";
print $char; # Output: 獒
PHP:
$char = "\x{7352}";
echo $char; // Output: 獒
Ruby:
char = "\u{7352}"
puts char # Output: 獒
Rust:
let c = '\u{7352}';
println!("{}", c); // Output: 獒
Go:
char := '\u7352'
fmt.Printf("%c\n", char) // Output: 獒
CSS:
/* CSS content property */
.element::before {
content: "\007352"; /* 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=%E7%8D%92
MD5:
74f4addd38fa9897322f0d0e395eb342
SHA1:
98db58358973c0177514ed17e5ab527dddfb0953
Base64:
542S