C:
char c = '\u9B29';
printf("%c\n", c); // Output: 鬩
JavaScript:
const char = '\u9B29';
console.log(char); // Output: 鬩
Java:
char c = '\u9B29';
System.out.println(c); // Output: 鬩
JSON:
{"text": "\u9B29"} // Value: 鬩
Python:
char = '\u9B29'
print(char) # Output: 鬩
Perl:
my $char = "\x{9B29}";
print $char; # Output: 鬩
PHP:
$char = "\x{9B29}";
echo $char; // Output: 鬩
Ruby:
char = "\u{9B29}"
puts char # Output: 鬩
Rust:
let c = '\u{9B29}';
println!("{}", c); // Output: 鬩
Go:
char := '\u9B29'
fmt.Printf("%c\n", char) // Output: 鬩
CSS:
/* CSS content property */
.element::before {
content: "\009B29"; /* 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%A9
MD5:
4929584f4396e4197567f78be693e952
SHA1:
0338cc41fc98046c9a29a76e25e1088a4a01eff0
Base64:
6ayp