C:
char c = '\u807E';
printf("%c\n", c); // Output: 聾
JavaScript:
const char = '\u807E';
console.log(char); // Output: 聾
Java:
char c = '\u807E';
System.out.println(c); // Output: 聾
JSON:
{"text": "\u807E"} // Value: 聾
Python:
char = '\u807E'
print(char) # Output: 聾
Perl:
my $char = "\x{807E}";
print $char; # Output: 聾
PHP:
$char = "\x{807E}";
echo $char; // Output: 聾
Ruby:
char = "\u{807E}"
puts char # Output: 聾
Rust:
let c = '\u{807E}';
println!("{}", c); // Output: 聾
Go:
char := '\u807E'
fmt.Printf("%c\n", char) // Output: 聾
CSS:
/* CSS content property */
.element::before {
content: "\00807E"; /* 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%BE
MD5:
9c87b014d958c4edf07538c36529599e
SHA1:
f3354c673745fc0ee595c3c082fea2e22df001b1
Base64:
6IG+