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