C:
char c = '\u7837';
printf("%c\n", c); // Output: 砷
JavaScript:
const char = '\u7837';
console.log(char); // Output: 砷
Java:
char c = '\u7837';
System.out.println(c); // Output: 砷
JSON:
{"text": "\u7837"} // Value: 砷
Python:
char = '\u7837'
print(char) # Output: 砷
Perl:
my $char = "\x{7837}";
print $char; # Output: 砷
PHP:
$char = "\x{7837}";
echo $char; // Output: 砷
Ruby:
char = "\u{7837}"
puts char # Output: 砷
Rust:
let c = '\u{7837}';
println!("{}", c); // Output: 砷
Go:
char := '\u7837'
fmt.Printf("%c\n", char) // Output: 砷
CSS:
/* CSS content property */
.element::before {
content: "\007837"; /* 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=%E7%A0%B7
MD5:
147464193723f8d5ee6466c143cefa05
SHA1:
0f5910b2eb8d27c641775cb5d3bd62fecbd8b0a5
Base64:
56C3