C:
char c = '\u9537';
printf("%c\n", c); // Output: 锷
JavaScript:
const char = '\u9537';
console.log(char); // Output: 锷
Java:
char c = '\u9537';
System.out.println(c); // Output: 锷
JSON:
{"text": "\u9537"} // Value: 锷
Python:
char = '\u9537'
print(char) # Output: 锷
Perl:
my $char = "\x{9537}";
print $char; # Output: 锷
PHP:
$char = "\x{9537}";
echo $char; // Output: 锷
Ruby:
char = "\u{9537}"
puts char # Output: 锷
Rust:
let c = '\u{9537}';
println!("{}", c); // Output: 锷
Go:
char := '\u9537'
fmt.Printf("%c\n", char) // Output: 锷
CSS:
/* CSS content property */
.element::before {
content: "\009537"; /* 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%B7
MD5:
e114ccc7bac9596511e3ecf799ea930c
SHA1:
7c5c430b967953e70ebc11b9729bf74f65d4c416
Base64:
6ZS3