C:
char c = '\u9976';
printf("%c\n", c); // Output: 饶
JavaScript:
const char = '\u9976';
console.log(char); // Output: 饶
Java:
char c = '\u9976';
System.out.println(c); // Output: 饶
JSON:
{"text": "\u9976"} // Value: 饶
Python:
char = '\u9976'
print(char) # Output: 饶
Perl:
my $char = "\x{9976}";
print $char; # Output: 饶
PHP:
$char = "\x{9976}";
echo $char; // Output: 饶
Ruby:
char = "\u{9976}"
puts char # Output: 饶
Rust:
let c = '\u{9976}';
println!("{}", c); // Output: 饶
Go:
char := '\u9976'
fmt.Printf("%c\n", char) // Output: 饶
CSS:
/* CSS content property */
.element::before {
content: "\009976"; /* 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%B6
MD5:
71ac85d9d296d6bdf08838d2ebf85277
SHA1:
aff55b8b160b2fc938d4189faa3db28716bcb4bf
Base64:
6aW2