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