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