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