C:
char c = '\u9278';
printf("%c\n", c); // Output: 鉸
JavaScript:
const char = '\u9278';
console.log(char); // Output: 鉸
Java:
char c = '\u9278';
System.out.println(c); // Output: 鉸
JSON:
{"text": "\u9278"} // Value: 鉸
Python:
char = '\u9278'
print(char) # Output: 鉸
Perl:
my $char = "\x{9278}";
print $char; # Output: 鉸
PHP:
$char = "\x{9278}";
echo $char; // Output: 鉸
Ruby:
char = "\u{9278}"
puts char # Output: 鉸
Rust:
let c = '\u{9278}';
println!("{}", c); // Output: 鉸
Go:
char := '\u9278'
fmt.Printf("%c\n", char) // Output: 鉸
CSS:
/* CSS content property */
.element::before {
content: "\009278"; /* 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%89%B8
MD5:
3c1baf3deb3d2fac0a26eea006d14bbe
SHA1:
7e4b4edcc04ad046c76b9fcdde61e9578c237480
Base64:
6Ym4