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