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