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