C:
char c = '\u4EC7';
printf("%c\n", c); // Output: 仇
JavaScript:
const char = '\u4EC7';
console.log(char); // Output: 仇
Java:
char c = '\u4EC7';
System.out.println(c); // Output: 仇
JSON:
{"text": "\u4EC7"} // Value: 仇
Python:
char = '\u4EC7'
print(char) # Output: 仇
Perl:
my $char = "\x{4EC7}";
print $char; # Output: 仇
PHP:
$char = "\x{4EC7}";
echo $char; // Output: 仇
Ruby:
char = "\u{4EC7}"
puts char # Output: 仇
Rust:
let c = '\u{4EC7}';
println!("{}", c); // Output: 仇
Go:
char := '\u4EC7'
fmt.Printf("%c\n", char) // Output: 仇
CSS:
/* CSS content property */
.element::before {
content: "\004EC7"; /* 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=%E4%BB%87
MD5:
dd1dca7c4fd2da877fad6a8df785b61f
SHA1:
b62161fe9a6f3588e54411b229da08455801c2cf
Base64:
5LuH