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