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