C:
char c = '\u6512';
printf("%c\n", c); // Output: 攒
JavaScript:
const char = '\u6512';
console.log(char); // Output: 攒
Java:
char c = '\u6512';
System.out.println(c); // Output: 攒
JSON:
{"text": "\u6512"} // Value: 攒
Python:
char = '\u6512'
print(char) # Output: 攒
Perl:
my $char = "\x{6512}";
print $char; # Output: 攒
PHP:
$char = "\x{6512}";
echo $char; // Output: 攒
Ruby:
char = "\u{6512}"
puts char # Output: 攒
Rust:
let c = '\u{6512}';
println!("{}", c); // Output: 攒
Go:
char := '\u6512'
fmt.Printf("%c\n", char) // Output: 攒
CSS:
/* CSS content property */
.element::before {
content: "\006512"; /* 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%92
MD5:
8328c2a3ec1d0d7c73f691bff5a97da2
SHA1:
3d05c064004fcfec42970ab0d6648daed2a9c519
Base64:
5pSS