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