C:
char c = '\u6264';
printf("%c\n", c); // Output: 扤
JavaScript:
const char = '\u6264';
console.log(char); // Output: 扤
Java:
char c = '\u6264';
System.out.println(c); // Output: 扤
JSON:
{"text": "\u6264"} // Value: 扤
Python:
char = '\u6264'
print(char) # Output: 扤
Perl:
my $char = "\x{6264}";
print $char; # Output: 扤
PHP:
$char = "\x{6264}";
echo $char; // Output: 扤
Ruby:
char = "\u{6264}"
puts char # Output: 扤
Rust:
let c = '\u{6264}';
println!("{}", c); // Output: 扤
Go:
char := '\u6264'
fmt.Printf("%c\n", char) // Output: 扤
CSS:
/* CSS content property */
.element::before {
content: "\006264"; /* 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%A4
MD5:
fe0ea41d5ce2545836ee4085bea36f83
SHA1:
991e465abd730d1ac3ce1cbe6207e774e7afc7d8
Base64:
5omk