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