C:
char c = '\u8075';
printf("%c\n", c); // Output: 聵
JavaScript:
const char = '\u8075';
console.log(char); // Output: 聵
Java:
char c = '\u8075';
System.out.println(c); // Output: 聵
JSON:
{"text": "\u8075"} // Value: 聵
Python:
char = '\u8075'
print(char) # Output: 聵
Perl:
my $char = "\x{8075}";
print $char; # Output: 聵
PHP:
$char = "\x{8075}";
echo $char; // Output: 聵
Ruby:
char = "\u{8075}"
puts char # Output: 聵
Rust:
let c = '\u{8075}';
println!("{}", c); // Output: 聵
Go:
char := '\u8075'
fmt.Printf("%c\n", char) // Output: 聵
CSS:
/* CSS content property */
.element::before {
content: "\008075"; /* 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%B5
MD5:
7f70d31d0164743cf19e44527e69d54f
SHA1:
d39d5bea2580e74dd06a42c47d02ae58f17b2b3a
Base64:
6IG1