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