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