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