C:
char c = '\u9974';
printf("%c\n", c); // Output: 饴
JavaScript:
const char = '\u9974';
console.log(char); // Output: 饴
Java:
char c = '\u9974';
System.out.println(c); // Output: 饴
JSON:
{"text": "\u9974"} // Value: 饴
Python:
char = '\u9974'
print(char) # Output: 饴
Perl:
my $char = "\x{9974}";
print $char; # Output: 饴
PHP:
$char = "\x{9974}";
echo $char; // Output: 饴
Ruby:
char = "\u{9974}"
puts char # Output: 饴
Rust:
let c = '\u{9974}';
println!("{}", c); // Output: 饴
Go:
char := '\u9974'
fmt.Printf("%c\n", char) // Output: 饴
CSS:
/* CSS content property */
.element::before {
content: "\009974"; /* 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=%E9%A5%B4
MD5:
12d04ddf701f02908aebc2d529320e3f
SHA1:
d9765674e45cb3bad079465f070dc2ec192128e8
Base64:
6aW0