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