C:
char c = '\u64D7';
printf("%c\n", c); // Output: 擗
JavaScript:
const char = '\u64D7';
console.log(char); // Output: 擗
Java:
char c = '\u64D7';
System.out.println(c); // Output: 擗
JSON:
{"text": "\u64D7"} // Value: 擗
Python:
char = '\u64D7'
print(char) # Output: 擗
Perl:
my $char = "\x{64D7}";
print $char; # Output: 擗
PHP:
$char = "\x{64D7}";
echo $char; // Output: 擗
Ruby:
char = "\u{64D7}"
puts char # Output: 擗
Rust:
let c = '\u{64D7}';
println!("{}", c); // Output: 擗
Go:
char := '\u64D7'
fmt.Printf("%c\n", char) // Output: 擗
CSS:
/* CSS content property */
.element::before {
content: "\0064D7"; /* 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%93%97
MD5:
0cb153b023f1f456ce409556f48876c3
SHA1:
85fde43377ad03367a227d3c1a5b9e3c1dcfee95
Base64:
5pOX