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