C:
char c = '\u5A7C';
printf("%c\n", c); // Output: 婼
JavaScript:
const char = '\u5A7C';
console.log(char); // Output: 婼
Java:
char c = '\u5A7C';
System.out.println(c); // Output: 婼
JSON:
{"text": "\u5A7C"} // Value: 婼
Python:
char = '\u5A7C'
print(char) # Output: 婼
Perl:
my $char = "\x{5A7C}";
print $char; # Output: 婼
PHP:
$char = "\x{5A7C}";
echo $char; // Output: 婼
Ruby:
char = "\u{5A7C}"
puts char # Output: 婼
Rust:
let c = '\u{5A7C}';
println!("{}", c); // Output: 婼
Go:
char := '\u5A7C'
fmt.Printf("%c\n", char) // Output: 婼
CSS:
/* CSS content property */
.element::before {
content: "\005A7C"; /* 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=%E5%A9%BC
MD5:
a200958de630cfa104f31b81c6d7e88f
SHA1:
f07d47652c6846fbe37b53bc7337335312ecd0fd
Base64:
5am8