C:
char c = '\u652C';
printf("%c\n", c); // Output: 攬
JavaScript:
const char = '\u652C';
console.log(char); // Output: 攬
Java:
char c = '\u652C';
System.out.println(c); // Output: 攬
JSON:
{"text": "\u652C"} // Value: 攬
Python:
char = '\u652C'
print(char) # Output: 攬
Perl:
my $char = "\x{652C}";
print $char; # Output: 攬
PHP:
$char = "\x{652C}";
echo $char; // Output: 攬
Ruby:
char = "\u{652C}"
puts char # Output: 攬
Rust:
let c = '\u{652C}';
println!("{}", c); // Output: 攬
Go:
char := '\u652C'
fmt.Printf("%c\n", char) // Output: 攬
CSS:
/* CSS content property */
.element::before {
content: "\00652C"; /* 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%AC
MD5:
16d7d79c4e1b13dbf79deafa292a0c7e
SHA1:
96489feec75653da58b4e23a9a5001d34fecb4df
Base64:
5pSs