C:
char c = '\u6376';
printf("%c\n", c); // Output: 捶
JavaScript:
const char = '\u6376';
console.log(char); // Output: 捶
Java:
char c = '\u6376';
System.out.println(c); // Output: 捶
JSON:
{"text": "\u6376"} // Value: 捶
Python:
char = '\u6376'
print(char) # Output: 捶
Perl:
my $char = "\x{6376}";
print $char; # Output: 捶
PHP:
$char = "\x{6376}";
echo $char; // Output: 捶
Ruby:
char = "\u{6376}"
puts char # Output: 捶
Rust:
let c = '\u{6376}';
println!("{}", c); // Output: 捶
Go:
char := '\u6376'
fmt.Printf("%c\n", char) // Output: 捶
CSS:
/* CSS content property */
.element::before {
content: "\006376"; /* 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=%E6%8D%B6
MD5:
0f1e8f803f5a17d81cdcda5794efc682
SHA1:
22f1411d3e7c5afa1f4bd030cec68df4da501166
Base64:
5o22