C:
char c = '\u6344';
printf("%c\n", c); // Output: 捄
JavaScript:
const char = '\u6344';
console.log(char); // Output: 捄
Java:
char c = '\u6344';
System.out.println(c); // Output: 捄
JSON:
{"text": "\u6344"} // Value: 捄
Python:
char = '\u6344'
print(char) # Output: 捄
Perl:
my $char = "\x{6344}";
print $char; # Output: 捄
PHP:
$char = "\x{6344}";
echo $char; // Output: 捄
Ruby:
char = "\u{6344}"
puts char # Output: 捄
Rust:
let c = '\u{6344}';
println!("{}", c); // Output: 捄
Go:
char := '\u6344'
fmt.Printf("%c\n", char) // Output: 捄
CSS:
/* CSS content property */
.element::before {
content: "\006344"; /* 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%8D%84
MD5:
4dd06d30496261d33c9984903b4b3b82
SHA1:
1590127767bceb2d109af59a88d97db43d48d4ae
Base64:
5o2E