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