C:
char c = '\u733E';
printf("%c\n", c); // Output: 猾
JavaScript:
const char = '\u733E';
console.log(char); // Output: 猾
Java:
char c = '\u733E';
System.out.println(c); // Output: 猾
JSON:
{"text": "\u733E"} // Value: 猾
Python:
char = '\u733E'
print(char) # Output: 猾
Perl:
my $char = "\x{733E}";
print $char; # Output: 猾
PHP:
$char = "\x{733E}";
echo $char; // Output: 猾
Ruby:
char = "\u{733E}"
puts char # Output: 猾
Rust:
let c = '\u{733E}';
println!("{}", c); // Output: 猾
Go:
char := '\u733E'
fmt.Printf("%c\n", char) // Output: 猾
CSS:
/* CSS content property */
.element::before {
content: "\00733E"; /* 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%8C%BE
MD5:
69b73160e15d24a5abb1b5582b2c0194
SHA1:
70ea5c83585837250c1b410f84a066e75359ff8a
Base64:
54y+