C:
char c = '\u8079';
printf("%c\n", c); // Output: 聹
JavaScript:
const char = '\u8079';
console.log(char); // Output: 聹
Java:
char c = '\u8079';
System.out.println(c); // Output: 聹
JSON:
{"text": "\u8079"} // Value: 聹
Python:
char = '\u8079'
print(char) # Output: 聹
Perl:
my $char = "\x{8079}";
print $char; # Output: 聹
PHP:
$char = "\x{8079}";
echo $char; // Output: 聹
Ruby:
char = "\u{8079}"
puts char # Output: 聹
Rust:
let c = '\u{8079}';
println!("{}", c); // Output: 聹
Go:
char := '\u8079'
fmt.Printf("%c\n", char) // Output: 聹
CSS:
/* CSS content property */
.element::before {
content: "\008079"; /* 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=%E8%81%B9
MD5:
ef2170fbe8d0c240b0d6eaf17f0b4a12
SHA1:
43cb6f5e7f8f6bd1bfcf6690551756843b28e6d9
Base64:
6IG5