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