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