C:
char c = '\u7335';
printf("%c\n", c); // Output: 猵
JavaScript:
const char = '\u7335';
console.log(char); // Output: 猵
Java:
char c = '\u7335';
System.out.println(c); // Output: 猵
JSON:
{"text": "\u7335"} // Value: 猵
Python:
char = '\u7335'
print(char) # Output: 猵
Perl:
my $char = "\x{7335}";
print $char; # Output: 猵
PHP:
$char = "\x{7335}";
echo $char; // Output: 猵
Ruby:
char = "\u{7335}"
puts char # Output: 猵
Rust:
let c = '\u{7335}';
println!("{}", c); // Output: 猵
Go:
char := '\u7335'
fmt.Printf("%c\n", char) // Output: 猵
CSS:
/* CSS content property */
.element::before {
content: "\007335"; /* 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%B5
MD5:
f67f0a290c2521fe548c70f36f88e125
SHA1:
0ddf0a48bea010869ceb586fa897e296a879619a
Base64:
54y1