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