C:
char c = '\u61E4';
printf("%c\n", c); // Output: 懤
JavaScript:
const char = '\u61E4';
console.log(char); // Output: 懤
Java:
char c = '\u61E4';
System.out.println(c); // Output: 懤
JSON:
{"text": "\u61E4"} // Value: 懤
Python:
char = '\u61E4'
print(char) # Output: 懤
Perl:
my $char = "\x{61E4}";
print $char; # Output: 懤
PHP:
$char = "\x{61E4}";
echo $char; // Output: 懤
Ruby:
char = "\u{61E4}"
puts char # Output: 懤
Rust:
let c = '\u{61E4}';
println!("{}", c); // Output: 懤
Go:
char := '\u61E4'
fmt.Printf("%c\n", char) // Output: 懤
CSS:
/* CSS content property */
.element::before {
content: "\0061E4"; /* 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%A4
MD5:
cf3935a31bf4511af3e2b1c74f986498
SHA1:
776b501161534780081a2749e289bc694f496c97
Base64:
5oek