C:
char c = '\u730F';
printf("%c\n", c); // Output: 猏
JavaScript:
const char = '\u730F';
console.log(char); // Output: 猏
Java:
char c = '\u730F';
System.out.println(c); // Output: 猏
JSON:
{"text": "\u730F"} // Value: 猏
Python:
char = '\u730F'
print(char) # Output: 猏
Perl:
my $char = "\x{730F}";
print $char; # Output: 猏
PHP:
$char = "\x{730F}";
echo $char; // Output: 猏
Ruby:
char = "\u{730F}"
puts char # Output: 猏
Rust:
let c = '\u{730F}';
println!("{}", c); // Output: 猏
Go:
char := '\u730F'
fmt.Printf("%c\n", char) // Output: 猏
CSS:
/* CSS content property */
.element::before {
content: "\00730F"; /* 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%8F
MD5:
b3624752601822f68baaaa1a61dcb753
SHA1:
58e6e961b3162ebc922eac4c2980fde21c543d9f
Base64:
54yP