C:
char c = '\u7AF4';
printf("%c\n", c); // Output: 竴
JavaScript:
const char = '\u7AF4';
console.log(char); // Output: 竴
Java:
char c = '\u7AF4';
System.out.println(c); // Output: 竴
JSON:
{"text": "\u7AF4"} // Value: 竴
Python:
char = '\u7AF4'
print(char) # Output: 竴
Perl:
my $char = "\x{7AF4}";
print $char; # Output: 竴
PHP:
$char = "\x{7AF4}";
echo $char; // Output: 竴
Ruby:
char = "\u{7AF4}"
puts char # Output: 竴
Rust:
let c = '\u{7AF4}';
println!("{}", c); // Output: 竴
Go:
char := '\u7AF4'
fmt.Printf("%c\n", char) // Output: 竴
CSS:
/* CSS content property */
.element::before {
content: "\007AF4"; /* 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%AB%B4
MD5:
08151cf4bc489a584cbacb2ac7027d0a
SHA1:
6e3e2b6d71b3dddb34ae19f5a96a00bb4326652d
Base64:
56u0