C:
char c = '\u6764';
printf("%c\n", c); // Output: 杤
JavaScript:
const char = '\u6764';
console.log(char); // Output: 杤
Java:
char c = '\u6764';
System.out.println(c); // Output: 杤
JSON:
{"text": "\u6764"} // Value: 杤
Python:
char = '\u6764'
print(char) # Output: 杤
Perl:
my $char = "\x{6764}";
print $char; # Output: 杤
PHP:
$char = "\x{6764}";
echo $char; // Output: 杤
Ruby:
char = "\u{6764}"
puts char # Output: 杤
Rust:
let c = '\u{6764}';
println!("{}", c); // Output: 杤
Go:
char := '\u6764'
fmt.Printf("%c\n", char) // Output: 杤
CSS:
/* CSS content property */
.element::before {
content: "\006764"; /* 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%9D%A4
MD5:
aaa057d1677a83d026c9a61579a24fcd
SHA1:
174283148f8c22b286b1312689f3df686a0ec85c
Base64:
5p2k