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