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