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