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