C:
char c = '\u733B';
printf("%c\n", c); // Output: 猻
JavaScript:
const char = '\u733B';
console.log(char); // Output: 猻
Java:
char c = '\u733B';
System.out.println(c); // Output: 猻
JSON:
{"text": "\u733B"} // Value: 猻
Python:
char = '\u733B'
print(char) # Output: 猻
Perl:
my $char = "\x{733B}";
print $char; # Output: 猻
PHP:
$char = "\x{733B}";
echo $char; // Output: 猻
Ruby:
char = "\u{733B}"
puts char # Output: 猻
Rust:
let c = '\u{733B}';
println!("{}", c); // Output: 猻
Go:
char := '\u733B'
fmt.Printf("%c\n", char) // Output: 猻
CSS:
/* CSS content property */
.element::before {
content: "\00733B"; /* 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%BB
MD5:
3c9da6902e662db3be97e1ef29c12c2c
SHA1:
f9ba4fecbe4f7668e5f5f4a044f8374aacb12a2e
Base64:
54y7