C:
char c = '\u52F0';
printf("%c\n", c); // Output: 勰
JavaScript:
const char = '\u52F0';
console.log(char); // Output: 勰
Java:
char c = '\u52F0';
System.out.println(c); // Output: 勰
JSON:
{"text": "\u52F0"} // Value: 勰
Python:
char = '\u52F0'
print(char) # Output: 勰
Perl:
my $char = "\x{52F0}";
print $char; # Output: 勰
PHP:
$char = "\x{52F0}";
echo $char; // Output: 勰
Ruby:
char = "\u{52F0}"
puts char # Output: 勰
Rust:
let c = '\u{52F0}';
println!("{}", c); // Output: 勰
Go:
char := '\u52F0'
fmt.Printf("%c\n", char) // Output: 勰
CSS:
/* CSS content property */
.element::before {
content: "\0052F0"; /* 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%B0
MD5:
03088d34c92087d85f8c16c2e4443137
SHA1:
de2cc73b99e5ec0cb82145b75fccdebb6afb2b46
Base64:
5Yuw