C:
char c = '\u8BE5';
printf("%c\n", c); // Output: 该
JavaScript:
const char = '\u8BE5';
console.log(char); // Output: 该
Java:
char c = '\u8BE5';
System.out.println(c); // Output: 该
JSON:
{"text": "\u8BE5"} // Value: 该
Python:
char = '\u8BE5'
print(char) # Output: 该
Perl:
my $char = "\x{8BE5}";
print $char; # Output: 该
PHP:
$char = "\x{8BE5}";
echo $char; // Output: 该
Ruby:
char = "\u{8BE5}"
puts char # Output: 该
Rust:
let c = '\u{8BE5}';
println!("{}", c); // Output: 该
Go:
char := '\u8BE5'
fmt.Printf("%c\n", char) // Output: 该
CSS:
/* CSS content property */
.element::before {
content: "\008BE5"; /* 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%AF%A5
MD5:
a43b5c6f5d35622bb7284f6c92430691
SHA1:
d695ca5b2cd2dc53b2f66552378abd673f521906
Base64:
6K+l