C:
char c = '\u9979';
printf("%c\n", c); // Output: 饹
JavaScript:
const char = '\u9979';
console.log(char); // Output: 饹
Java:
char c = '\u9979';
System.out.println(c); // Output: 饹
JSON:
{"text": "\u9979"} // Value: 饹
Python:
char = '\u9979'
print(char) # Output: 饹
Perl:
my $char = "\x{9979}";
print $char; # Output: 饹
PHP:
$char = "\x{9979}";
echo $char; // Output: 饹
Ruby:
char = "\u{9979}"
puts char # Output: 饹
Rust:
let c = '\u{9979}';
println!("{}", c); // Output: 饹
Go:
char := '\u9979'
fmt.Printf("%c\n", char) // Output: 饹
CSS:
/* CSS content property */
.element::before {
content: "\009979"; /* 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%B9
MD5:
845339d7c96528133559e21b87845c6d
SHA1:
5948187539f5a7db42edab0e8bf0c90de2bf4446
Base64:
6aW5