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