C:
char c = '\u52FA';
printf("%c\n", c); // Output: 勺
JavaScript:
const char = '\u52FA';
console.log(char); // Output: 勺
Java:
char c = '\u52FA';
System.out.println(c); // Output: 勺
JSON:
{"text": "\u52FA"} // Value: 勺
Python:
char = '\u52FA'
print(char) # Output: 勺
Perl:
my $char = "\x{52FA}";
print $char; # Output: 勺
PHP:
$char = "\x{52FA}";
echo $char; // Output: 勺
Ruby:
char = "\u{52FA}"
puts char # Output: 勺
Rust:
let c = '\u{52FA}';
println!("{}", c); // Output: 勺
Go:
char := '\u52FA'
fmt.Printf("%c\n", char) // Output: 勺
CSS:
/* CSS content property */
.element::before {
content: "\0052FA"; /* 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=%E5%8B%BA
MD5:
9dd8b99887d1eed293396fc909bb2feb
SHA1:
dc2b0c9c59ec6f268ade294e9700e16063c82155
Base64:
5Yu6