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