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