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