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