C:
char c = '\u9538';
printf("%c\n", c); // Output: 锸
JavaScript:
const char = '\u9538';
console.log(char); // Output: 锸
Java:
char c = '\u9538';
System.out.println(c); // Output: 锸
JSON:
{"text": "\u9538"} // Value: 锸
Python:
char = '\u9538'
print(char) # Output: 锸
Perl:
my $char = "\x{9538}";
print $char; # Output: 锸
PHP:
$char = "\x{9538}";
echo $char; // Output: 锸
Ruby:
char = "\u{9538}"
puts char # Output: 锸
Rust:
let c = '\u{9538}';
println!("{}", c); // Output: 锸
Go:
char := '\u9538'
fmt.Printf("%c\n", char) // Output: 锸
CSS:
/* CSS content property */
.element::before {
content: "\009538"; /* 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%B8
MD5:
cfe1f551cd94eeb43837abe27d2e3f91
SHA1:
2f562ce8862fdf328c1f4039d3afe1f987da8ca3
Base64:
6ZS4