C:
char c = '\u9B38';
printf("%c\n", c); // Output: 鬸
JavaScript:
const char = '\u9B38';
console.log(char); // Output: 鬸
Java:
char c = '\u9B38';
System.out.println(c); // Output: 鬸
JSON:
{"text": "\u9B38"} // Value: 鬸
Python:
char = '\u9B38'
print(char) # Output: 鬸
Perl:
my $char = "\x{9B38}";
print $char; # Output: 鬸
PHP:
$char = "\x{9B38}";
echo $char; // Output: 鬸
Ruby:
char = "\u{9B38}"
puts char # Output: 鬸
Rust:
let c = '\u{9B38}';
println!("{}", c); // Output: 鬸
Go:
char := '\u9B38'
fmt.Printf("%c\n", char) // Output: 鬸
CSS:
/* CSS content property */
.element::before {
content: "\009B38"; /* 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%B8
MD5:
0f2226152b7d62d77b22ff21175b238c
SHA1:
2abcc1042399eafa89452f7316d746fac8e5faa6
Base64:
6ay4