C:
char c = '\u9DA2';
printf("%c\n", c); // Output: 鶢
JavaScript:
const char = '\u9DA2';
console.log(char); // Output: 鶢
Java:
char c = '\u9DA2';
System.out.println(c); // Output: 鶢
JSON:
{"text": "\u9DA2"} // Value: 鶢
Python:
char = '\u9DA2'
print(char) # Output: 鶢
Perl:
my $char = "\x{9DA2}";
print $char; # Output: 鶢
PHP:
$char = "\x{9DA2}";
echo $char; // Output: 鶢
Ruby:
char = "\u{9DA2}"
puts char # Output: 鶢
Rust:
let c = '\u{9DA2}';
println!("{}", c); // Output: 鶢
Go:
char := '\u9DA2'
fmt.Printf("%c\n", char) // Output: 鶢
CSS:
/* CSS content property */
.element::before {
content: "\009DA2"; /* 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%B6%A2
MD5:
1b8cadeebb478642bfa749bfa90a6c5c
SHA1:
de92d68be97807060d4e242c9c2fb91da0b2f6f0
Base64:
6bai