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