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