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