C:
char c = '\u9D7F';
printf("%c\n", c); // Output: 鵿
JavaScript:
const char = '\u9D7F';
console.log(char); // Output: 鵿
Java:
char c = '\u9D7F';
System.out.println(c); // Output: 鵿
JSON:
{"text": "\u9D7F"} // Value: 鵿
Python:
char = '\u9D7F'
print(char) # Output: 鵿
Perl:
my $char = "\x{9D7F}";
print $char; # Output: 鵿
PHP:
$char = "\x{9D7F}";
echo $char; // Output: 鵿
Ruby:
char = "\u{9D7F}"
puts char # Output: 鵿
Rust:
let c = '\u{9D7F}';
println!("{}", c); // Output: 鵿
Go:
char := '\u9D7F'
fmt.Printf("%c\n", char) // Output: 鵿
CSS:
/* CSS content property */
.element::before {
content: "\009D7F"; /* 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%B5%BF
MD5:
0f558cfdf8e8893c6c7315c5a59ed3b7
SHA1:
9cef9f2d0c4509fede519cd910e6835c7c8d7064
Base64:
6bW/