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