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