C:
char c = '\u93B4';
printf("%c\n", c); // Output: 鎴
JavaScript:
const char = '\u93B4';
console.log(char); // Output: 鎴
Java:
char c = '\u93B4';
System.out.println(c); // Output: 鎴
JSON:
{"text": "\u93B4"} // Value: 鎴
Python:
char = '\u93B4'
print(char) # Output: 鎴
Perl:
my $char = "\x{93B4}";
print $char; # Output: 鎴
PHP:
$char = "\x{93B4}";
echo $char; // Output: 鎴
Ruby:
char = "\u{93B4}"
puts char # Output: 鎴
Rust:
let c = '\u{93B4}';
println!("{}", c); // Output: 鎴
Go:
char := '\u93B4'
fmt.Printf("%c\n", char) // Output: 鎴
CSS:
/* CSS content property */
.element::before {
content: "\0093B4"; /* 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%8E%B4
MD5:
0a06bd7f2c28a5dbf61236db37ede341
SHA1:
b9c3242647d0b1cb6545ed9d4994e7cd660c1643
Base64:
6Y60