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