C:
char c = '\u8116';
printf("%c\n", c); // Output: 脖
JavaScript:
const char = '\u8116';
console.log(char); // Output: 脖
Java:
char c = '\u8116';
System.out.println(c); // Output: 脖
JSON:
{"text": "\u8116"} // Value: 脖
Python:
char = '\u8116'
print(char) # Output: 脖
Perl:
my $char = "\x{8116}";
print $char; # Output: 脖
PHP:
$char = "\x{8116}";
echo $char; // Output: 脖
Ruby:
char = "\u{8116}"
puts char # Output: 脖
Rust:
let c = '\u{8116}';
println!("{}", c); // Output: 脖
Go:
char := '\u8116'
fmt.Printf("%c\n", char) // Output: 脖
CSS:
/* CSS content property */
.element::before {
content: "\008116"; /* 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%84%96
MD5:
6572f6e08ed0cfdd9c7403998fc6cfad
SHA1:
e789fdc52cd44824bdb4e3cac86445e10fe66ab6
Base64:
6ISW