C:
char c = '\u6504';
printf("%c\n", c); // Output: 攄
JavaScript:
const char = '\u6504';
console.log(char); // Output: 攄
Java:
char c = '\u6504';
System.out.println(c); // Output: 攄
JSON:
{"text": "\u6504"} // Value: 攄
Python:
char = '\u6504'
print(char) # Output: 攄
Perl:
my $char = "\x{6504}";
print $char; # Output: 攄
PHP:
$char = "\x{6504}";
echo $char; // Output: 攄
Ruby:
char = "\u{6504}"
puts char # Output: 攄
Rust:
let c = '\u{6504}';
println!("{}", c); // Output: 攄
Go:
char := '\u6504'
fmt.Printf("%c\n", char) // Output: 攄
CSS:
/* CSS content property */
.element::before {
content: "\006504"; /* 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%94%84
MD5:
ff9ded25da2c009803ecac27ae06702b
SHA1:
f80cafc23c015862988c8834db81f0fbbdaac54c
Base64:
5pSE