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