C:
char c = '\u9515';
printf("%c\n", c); // Output: 锕
JavaScript:
const char = '\u9515';
console.log(char); // Output: 锕
Java:
char c = '\u9515';
System.out.println(c); // Output: 锕
JSON:
{"text": "\u9515"} // Value: 锕
Python:
char = '\u9515'
print(char) # Output: 锕
Perl:
my $char = "\x{9515}";
print $char; # Output: 锕
PHP:
$char = "\x{9515}";
echo $char; // Output: 锕
Ruby:
char = "\u{9515}"
puts char # Output: 锕
Rust:
let c = '\u{9515}';
println!("{}", c); // Output: 锕
Go:
char := '\u9515'
fmt.Printf("%c\n", char) // Output: 锕
CSS:
/* CSS content property */
.element::before {
content: "\009515"; /* 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%95
MD5:
eb1e0fa002a29df67b9cd8ec5cb37f73
SHA1:
5337572866816d4957a1a569873655218722cab9
Base64:
6ZSV