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