C:
char c = '\u8C11';
printf("%c\n", c); // Output: 谑
JavaScript:
const char = '\u8C11';
console.log(char); // Output: 谑
Java:
char c = '\u8C11';
System.out.println(c); // Output: 谑
JSON:
{"text": "\u8C11"} // Value: 谑
Python:
char = '\u8C11'
print(char) # Output: 谑
Perl:
my $char = "\x{8C11}";
print $char; # Output: 谑
PHP:
$char = "\x{8C11}";
echo $char; // Output: 谑
Ruby:
char = "\u{8C11}"
puts char # Output: 谑
Rust:
let c = '\u{8C11}';
println!("{}", c); // Output: 谑
Go:
char := '\u8C11'
fmt.Printf("%c\n", char) // Output: 谑
CSS:
/* CSS content property */
.element::before {
content: "\008C11"; /* 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%B0%91
MD5:
135577ad2d17098a3bf9e6191a070ebb
SHA1:
590db8a59c6f889df31b880fecbf6ae2a4e20f95
Base64:
6LCR