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