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