C:
char c = '\u8076';
printf("%c\n", c); // Output: 聶
JavaScript:
const char = '\u8076';
console.log(char); // Output: 聶
Java:
char c = '\u8076';
System.out.println(c); // Output: 聶
JSON:
{"text": "\u8076"} // Value: 聶
Python:
char = '\u8076'
print(char) # Output: 聶
Perl:
my $char = "\x{8076}";
print $char; # Output: 聶
PHP:
$char = "\x{8076}";
echo $char; // Output: 聶
Ruby:
char = "\u{8076}"
puts char # Output: 聶
Rust:
let c = '\u{8076}';
println!("{}", c); // Output: 聶
Go:
char := '\u8076'
fmt.Printf("%c\n", char) // Output: 聶
CSS:
/* CSS content property */
.element::before {
content: "\008076"; /* 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%B6
MD5:
46cd7d3af4250415eb60d78b2eeb7f5e
SHA1:
8e6b4170257f689d6541c4153ef7d1664292359c
Base64:
6IG2