C:
char c = '\u9799';
printf("%c\n", c); // Output: 鞙
JavaScript:
const char = '\u9799';
console.log(char); // Output: 鞙
Java:
char c = '\u9799';
System.out.println(c); // Output: 鞙
JSON:
{"text": "\u9799"} // Value: 鞙
Python:
char = '\u9799'
print(char) # Output: 鞙
Perl:
my $char = "\x{9799}";
print $char; # Output: 鞙
PHP:
$char = "\x{9799}";
echo $char; // Output: 鞙
Ruby:
char = "\u{9799}"
puts char # Output: 鞙
Rust:
let c = '\u{9799}';
println!("{}", c); // Output: 鞙
Go:
char := '\u9799'
fmt.Printf("%c\n", char) // Output: 鞙
CSS:
/* CSS content property */
.element::before {
content: "\009799"; /* 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%9E%99
MD5:
6f309992e74047bf14ad54eee3faf1ea
SHA1:
1f13f00375dc9f54655f9e7219e624467ee2a4de
Base64:
6Z6Z