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