C:
char c = '\u61D9';
printf("%c\n", c); // Output: 懙
JavaScript:
const char = '\u61D9';
console.log(char); // Output: 懙
Java:
char c = '\u61D9';
System.out.println(c); // Output: 懙
JSON:
{"text": "\u61D9"} // Value: 懙
Python:
char = '\u61D9'
print(char) # Output: 懙
Perl:
my $char = "\x{61D9}";
print $char; # Output: 懙
PHP:
$char = "\x{61D9}";
echo $char; // Output: 懙
Ruby:
char = "\u{61D9}"
puts char # Output: 懙
Rust:
let c = '\u{61D9}';
println!("{}", c); // Output: 懙
Go:
char := '\u61D9'
fmt.Printf("%c\n", char) // Output: 懙
CSS:
/* CSS content property */
.element::before {
content: "\0061D9"; /* 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=%E6%87%99
MD5:
54038b5e666674d9bc406d374ae4f324
SHA1:
8d0bf086d5d7bf2a4055f53664277f7de1668c3a
Base64:
5oeZ