C:
char c = '\u9511';
printf("%c\n", c); // Output: 锑
JavaScript:
const char = '\u9511';
console.log(char); // Output: 锑
Java:
char c = '\u9511';
System.out.println(c); // Output: 锑
JSON:
{"text": "\u9511"} // Value: 锑
Python:
char = '\u9511'
print(char) # Output: 锑
Perl:
my $char = "\x{9511}";
print $char; # Output: 锑
PHP:
$char = "\x{9511}";
echo $char; // Output: 锑
Ruby:
char = "\u{9511}"
puts char # Output: 锑
Rust:
let c = '\u{9511}';
println!("{}", c); // Output: 锑
Go:
char := '\u9511'
fmt.Printf("%c\n", char) // Output: 锑
CSS:
/* CSS content property */
.element::before {
content: "\009511"; /* 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%91
MD5:
d0129dd0eb320f8bc0e32d9ed57e2fb8
SHA1:
1e59e0c76945add33deec91140d31817531d8b5e
Base64:
6ZSR