C:
char c = '\u7338';
printf("%c\n", c); // Output: 猸
JavaScript:
const char = '\u7338';
console.log(char); // Output: 猸
Java:
char c = '\u7338';
System.out.println(c); // Output: 猸
JSON:
{"text": "\u7338"} // Value: 猸
Python:
char = '\u7338'
print(char) # Output: 猸
Perl:
my $char = "\x{7338}";
print $char; # Output: 猸
PHP:
$char = "\x{7338}";
echo $char; // Output: 猸
Ruby:
char = "\u{7338}"
puts char # Output: 猸
Rust:
let c = '\u{7338}';
println!("{}", c); // Output: 猸
Go:
char := '\u7338'
fmt.Printf("%c\n", char) // Output: 猸
CSS:
/* CSS content property */
.element::before {
content: "\007338"; /* 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%B8
MD5:
5d262017e39e96df050bda53d3219d1a
SHA1:
53a7878338512793eb692d7868615af13ef5c7a3
Base64:
54y4