C:
char c = '\u6244';
printf("%c\n", c); // Output: 扄
JavaScript:
const char = '\u6244';
console.log(char); // Output: 扄
Java:
char c = '\u6244';
System.out.println(c); // Output: 扄
JSON:
{"text": "\u6244"} // Value: 扄
Python:
char = '\u6244'
print(char) # Output: 扄
Perl:
my $char = "\x{6244}";
print $char; # Output: 扄
PHP:
$char = "\x{6244}";
echo $char; // Output: 扄
Ruby:
char = "\u{6244}"
puts char # Output: 扄
Rust:
let c = '\u{6244}';
println!("{}", c); // Output: 扄
Go:
char := '\u6244'
fmt.Printf("%c\n", char) // Output: 扄
CSS:
/* CSS content property */
.element::before {
content: "\006244"; /* 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%89%84
MD5:
0337db01ace36f84594172c05756a87a
SHA1:
86e6e1dcbc9fbf2fad1f9fc5f08569df6e157119
Base64:
5omE