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