C:
char c = '\u72FB';
printf("%c\n", c); // Output: 狻
JavaScript:
const char = '\u72FB';
console.log(char); // Output: 狻
Java:
char c = '\u72FB';
System.out.println(c); // Output: 狻
JSON:
{"text": "\u72FB"} // Value: 狻
Python:
char = '\u72FB'
print(char) # Output: 狻
Perl:
my $char = "\x{72FB}";
print $char; # Output: 狻
PHP:
$char = "\x{72FB}";
echo $char; // Output: 狻
Ruby:
char = "\u{72FB}"
puts char # Output: 狻
Rust:
let c = '\u{72FB}';
println!("{}", c); // Output: 狻
Go:
char := '\u72FB'
fmt.Printf("%c\n", char) // Output: 狻
CSS:
/* CSS content property */
.element::before {
content: "\0072FB"; /* 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%8B%BB
MD5:
4dd015267c7e8de878608c85b6122ed0
SHA1:
f26e28093d47f58ae488e8274f1f95f8fe904f76
Base64:
54u7