C:
char c = '\u8BAA';
printf("%c\n", c); // Output: 讪
JavaScript:
const char = '\u8BAA';
console.log(char); // Output: 讪
Java:
char c = '\u8BAA';
System.out.println(c); // Output: 讪
JSON:
{"text": "\u8BAA"} // Value: 讪
Python:
char = '\u8BAA'
print(char) # Output: 讪
Perl:
my $char = "\x{8BAA}";
print $char; # Output: 讪
PHP:
$char = "\x{8BAA}";
echo $char; // Output: 讪
Ruby:
char = "\u{8BAA}"
puts char # Output: 讪
Rust:
let c = '\u{8BAA}';
println!("{}", c); // Output: 讪
Go:
char := '\u8BAA'
fmt.Printf("%c\n", char) // Output: 讪
CSS:
/* CSS content property */
.element::before {
content: "\008BAA"; /* 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%AE%AA
MD5:
f3f9dff10a0a9a47dd1d7ec5fa574262
SHA1:
49afe3c2b27227111428c502f292f53dc12f83c3
Base64:
6K6q