C:
char c = '\u939E';
printf("%c\n", c); // Output: 鎞
JavaScript:
const char = '\u939E';
console.log(char); // Output: 鎞
Java:
char c = '\u939E';
System.out.println(c); // Output: 鎞
JSON:
{"text": "\u939E"} // Value: 鎞
Python:
char = '\u939E'
print(char) # Output: 鎞
Perl:
my $char = "\x{939E}";
print $char; # Output: 鎞
PHP:
$char = "\x{939E}";
echo $char; // Output: 鎞
Ruby:
char = "\u{939E}"
puts char # Output: 鎞
Rust:
let c = '\u{939E}';
println!("{}", c); // Output: 鎞
Go:
char := '\u939E'
fmt.Printf("%c\n", char) // Output: 鎞
CSS:
/* CSS content property */
.element::before {
content: "\00939E"; /* 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%9E
MD5:
8c9e14dafe8ebf6f42be3a5493d4937b
SHA1:
695ab10cdf796ec42e2a0f7be41d72d69b77cdda
Base64:
6Y6e