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