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