C:
char c = '\u7316';
printf("%c\n", c); // Output: 猖
JavaScript:
const char = '\u7316';
console.log(char); // Output: 猖
Java:
char c = '\u7316';
System.out.println(c); // Output: 猖
JSON:
{"text": "\u7316"} // Value: 猖
Python:
char = '\u7316'
print(char) # Output: 猖
Perl:
my $char = "\x{7316}";
print $char; # Output: 猖
PHP:
$char = "\x{7316}";
echo $char; // Output: 猖
Ruby:
char = "\u{7316}"
puts char # Output: 猖
Rust:
let c = '\u{7316}';
println!("{}", c); // Output: 猖
Go:
char := '\u7316'
fmt.Printf("%c\n", char) // Output: 猖
CSS:
/* CSS content property */
.element::before {
content: "\007316"; /* 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%96
MD5:
465d85be14ec93b4f609129ea4a7ee3a
SHA1:
72a59e2a93bb66626c4b50ce09cc61f255241441
Base64:
54yW