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