C:
char c = '\u5234';
printf("%c\n", c); // Output: 刴
JavaScript:
const char = '\u5234';
console.log(char); // Output: 刴
Java:
char c = '\u5234';
System.out.println(c); // Output: 刴
JSON:
{"text": "\u5234"} // Value: 刴
Python:
char = '\u5234'
print(char) # Output: 刴
Perl:
my $char = "\x{5234}";
print $char; # Output: 刴
PHP:
$char = "\x{5234}";
echo $char; // Output: 刴
Ruby:
char = "\u{5234}"
puts char # Output: 刴
Rust:
let c = '\u{5234}';
println!("{}", c); // Output: 刴
Go:
char := '\u5234'
fmt.Printf("%c\n", char) // Output: 刴
CSS:
/* CSS content property */
.element::before {
content: "\005234"; /* 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%88%B4
MD5:
f6f760792ec7c3e362b3ae1592e2f9d9
SHA1:
a78a7426b149fe5c886c0184d5440ac1d6df4db2
Base64:
5Yi0