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