C:
char c = '\u9DEB';
printf("%c\n", c); // Output: 鷫
JavaScript:
const char = '\u9DEB';
console.log(char); // Output: 鷫
Java:
char c = '\u9DEB';
System.out.println(c); // Output: 鷫
JSON:
{"text": "\u9DEB"} // Value: 鷫
Python:
char = '\u9DEB'
print(char) # Output: 鷫
Perl:
my $char = "\x{9DEB}";
print $char; # Output: 鷫
PHP:
$char = "\x{9DEB}";
echo $char; // Output: 鷫
Ruby:
char = "\u{9DEB}"
puts char # Output: 鷫
Rust:
let c = '\u{9DEB}';
println!("{}", c); // Output: 鷫
Go:
char := '\u9DEB'
fmt.Printf("%c\n", char) // Output: 鷫
CSS:
/* CSS content property */
.element::before {
content: "\009DEB"; /* 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%B7%AB
MD5:
3c9fe0c18e4ee4e2bc56eb69b9598054
SHA1:
26a386cfe4e954f4be1aab5e703483ebf523d0bf
Base64:
6ber