C:
char c = '\u9414';
printf("%c\n", c); // Output: 鐔
JavaScript:
const char = '\u9414';
console.log(char); // Output: 鐔
Java:
char c = '\u9414';
System.out.println(c); // Output: 鐔
JSON:
{"text": "\u9414"} // Value: 鐔
Python:
char = '\u9414'
print(char) # Output: 鐔
Perl:
my $char = "\x{9414}";
print $char; # Output: 鐔
PHP:
$char = "\x{9414}";
echo $char; // Output: 鐔
Ruby:
char = "\u{9414}"
puts char # Output: 鐔
Rust:
let c = '\u{9414}';
println!("{}", c); // Output: 鐔
Go:
char := '\u9414'
fmt.Printf("%c\n", char) // Output: 鐔
CSS:
/* CSS content property */
.element::before {
content: "\009414"; /* 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%94
MD5:
189b7742d7ccce9eb60beb2e656ac756
SHA1:
ee76dfea8a5a3ca50230446436eae01eb1b81f87
Base64:
6ZCU