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