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