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