C:
char c = '\u6324';
printf("%c\n", c); // Output: 挤
JavaScript:
const char = '\u6324';
console.log(char); // Output: 挤
Java:
char c = '\u6324';
System.out.println(c); // Output: 挤
JSON:
{"text": "\u6324"} // Value: 挤
Python:
char = '\u6324'
print(char) # Output: 挤
Perl:
my $char = "\x{6324}";
print $char; # Output: 挤
PHP:
$char = "\x{6324}";
echo $char; // Output: 挤
Ruby:
char = "\u{6324}"
puts char # Output: 挤
Rust:
let c = '\u{6324}';
println!("{}", c); // Output: 挤
Go:
char := '\u6324'
fmt.Printf("%c\n", char) // Output: 挤
CSS:
/* CSS content property */
.element::before {
content: "\006324"; /* 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=%E6%8C%A4
MD5:
81bf9fadea0cd479d934658a34732a04
SHA1:
2f4cc64b91660512c4b0ecd039081a0e110a64d8
Base64:
5oyk