C:
char c = '\u9959';
printf("%c\n", c); // Output: 饙
JavaScript:
const char = '\u9959';
console.log(char); // Output: 饙
Java:
char c = '\u9959';
System.out.println(c); // Output: 饙
JSON:
{"text": "\u9959"} // Value: 饙
Python:
char = '\u9959'
print(char) # Output: 饙
Perl:
my $char = "\x{9959}";
print $char; # Output: 饙
PHP:
$char = "\x{9959}";
echo $char; // Output: 饙
Ruby:
char = "\u{9959}"
puts char # Output: 饙
Rust:
let c = '\u{9959}';
println!("{}", c); // Output: 饙
Go:
char := '\u9959'
fmt.Printf("%c\n", char) // Output: 饙
CSS:
/* CSS content property */
.element::before {
content: "\009959"; /* 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%99
MD5:
732a682bf856559119056d1515244a16
SHA1:
d199367eea2cc8661c8811cfcb63740e10facd09
Base64:
6aWZ