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