C:
char c = '\u5934';
printf("%c\n", c); // Output: 头
JavaScript:
const char = '\u5934';
console.log(char); // Output: 头
Java:
char c = '\u5934';
System.out.println(c); // Output: 头
JSON:
{"text": "\u5934"} // Value: 头
Python:
char = '\u5934'
print(char) # Output: 头
Perl:
my $char = "\x{5934}";
print $char; # Output: 头
PHP:
$char = "\x{5934}";
echo $char; // Output: 头
Ruby:
char = "\u{5934}"
puts char # Output: 头
Rust:
let c = '\u{5934}';
println!("{}", c); // Output: 头
Go:
char := '\u5934'
fmt.Printf("%c\n", char) // Output: 头
CSS:
/* CSS content property */
.element::before {
content: "\005934"; /* 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=%E5%A4%B4
MD5:
4be2abbcf7d3f280c292a8d0c4fbba98
SHA1:
f366635ad280467112ba3b1945e03ea7cfefc0a9
Base64:
5aS0