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