C:
char c = '\u9532';
printf("%c\n", c); // Output: 锲
JavaScript:
const char = '\u9532';
console.log(char); // Output: 锲
Java:
char c = '\u9532';
System.out.println(c); // Output: 锲
JSON:
{"text": "\u9532"} // Value: 锲
Python:
char = '\u9532'
print(char) # Output: 锲
Perl:
my $char = "\x{9532}";
print $char; # Output: 锲
PHP:
$char = "\x{9532}";
echo $char; // Output: 锲
Ruby:
char = "\u{9532}"
puts char # Output: 锲
Rust:
let c = '\u{9532}';
println!("{}", c); // Output: 锲
Go:
char := '\u9532'
fmt.Printf("%c\n", char) // Output: 锲
CSS:
/* CSS content property */
.element::before {
content: "\009532"; /* 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%B2
MD5:
6c7d0a5fd123a472895423a73ea1d419
SHA1:
6614446398dd76d79064c40a222571924a7d5fc0
Base64:
6ZSy