C:
char c = '\u8BA8';
printf("%c\n", c); // Output: 讨
JavaScript:
const char = '\u8BA8';
console.log(char); // Output: 讨
Java:
char c = '\u8BA8';
System.out.println(c); // Output: 讨
JSON:
{"text": "\u8BA8"} // Value: 讨
Python:
char = '\u8BA8'
print(char) # Output: 讨
Perl:
my $char = "\x{8BA8}";
print $char; # Output: 讨
PHP:
$char = "\x{8BA8}";
echo $char; // Output: 讨
Ruby:
char = "\u{8BA8}"
puts char # Output: 讨
Rust:
let c = '\u{8BA8}';
println!("{}", c); // Output: 讨
Go:
char := '\u8BA8'
fmt.Printf("%c\n", char) // Output: 讨
CSS:
/* CSS content property */
.element::before {
content: "\008BA8"; /* 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%A8
MD5:
40031e0aa9af593fdaec01d2eb57168d
SHA1:
1406011538e7e17149986a7578793ab4e1e0c77c
Base64:
6K6o