C:
char c = '\u943E';
printf("%c\n", c); // Output: 鐾
JavaScript:
const char = '\u943E';
console.log(char); // Output: 鐾
Java:
char c = '\u943E';
System.out.println(c); // Output: 鐾
JSON:
{"text": "\u943E"} // Value: 鐾
Python:
char = '\u943E'
print(char) # Output: 鐾
Perl:
my $char = "\x{943E}";
print $char; # Output: 鐾
PHP:
$char = "\x{943E}";
echo $char; // Output: 鐾
Ruby:
char = "\u{943E}"
puts char # Output: 鐾
Rust:
let c = '\u{943E}';
println!("{}", c); // Output: 鐾
Go:
char := '\u943E'
fmt.Printf("%c\n", char) // Output: 鐾
CSS:
/* CSS content property */
.element::before {
content: "\00943E"; /* 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%90%BE
MD5:
f0476089be2261163ff59be537d18b9b
SHA1:
9994e9ee08bbba51d3b2871bf0abff9c355c0dd1
Base64:
6ZC+