C:
char c = '\u9428';
printf("%c\n", c); // Output: 鐨
JavaScript:
const char = '\u9428';
console.log(char); // Output: 鐨
Java:
char c = '\u9428';
System.out.println(c); // Output: 鐨
JSON:
{"text": "\u9428"} // Value: 鐨
Python:
char = '\u9428'
print(char) # Output: 鐨
Perl:
my $char = "\x{9428}";
print $char; # Output: 鐨
PHP:
$char = "\x{9428}";
echo $char; // Output: 鐨
Ruby:
char = "\u{9428}"
puts char # Output: 鐨
Rust:
let c = '\u{9428}';
println!("{}", c); // Output: 鐨
Go:
char := '\u9428'
fmt.Printf("%c\n", char) // Output: 鐨
CSS:
/* CSS content property */
.element::before {
content: "\009428"; /* 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%A8
MD5:
4d17ddae6e103697a1f72ce92d1ca239
SHA1:
8b9b0b949a6792d5c51ab8852bcd9ff05eee6738
Base64:
6ZCo