C:
char c = '\u7339';
printf("%c\n", c); // Output: 猹
JavaScript:
const char = '\u7339';
console.log(char); // Output: 猹
Java:
char c = '\u7339';
System.out.println(c); // Output: 猹
JSON:
{"text": "\u7339"} // Value: 猹
Python:
char = '\u7339'
print(char) # Output: 猹
Perl:
my $char = "\x{7339}";
print $char; # Output: 猹
PHP:
$char = "\x{7339}";
echo $char; // Output: 猹
Ruby:
char = "\u{7339}"
puts char # Output: 猹
Rust:
let c = '\u{7339}';
println!("{}", c); // Output: 猹
Go:
char := '\u7339'
fmt.Printf("%c\n", char) // Output: 猹
CSS:
/* CSS content property */
.element::before {
content: "\007339"; /* 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%B9
MD5:
8d64e00f2d40015eefc9395f2531fb4f
SHA1:
427165e188a31baa36fb4608d666be84ddeefab7
Base64:
54y5