C:
char c = '\u6339';
printf("%c\n", c); // Output: 挹
JavaScript:
const char = '\u6339';
console.log(char); // Output: 挹
Java:
char c = '\u6339';
System.out.println(c); // Output: 挹
JSON:
{"text": "\u6339"} // Value: 挹
Python:
char = '\u6339'
print(char) # Output: 挹
Perl:
my $char = "\x{6339}";
print $char; # Output: 挹
PHP:
$char = "\x{6339}";
echo $char; // Output: 挹
Ruby:
char = "\u{6339}"
puts char # Output: 挹
Rust:
let c = '\u{6339}';
println!("{}", c); // Output: 挹
Go:
char := '\u6339'
fmt.Printf("%c\n", char) // Output: 挹
CSS:
/* CSS content property */
.element::before {
content: "\006339"; /* 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%8C%B9
MD5:
df3dd60ec4911d1c960caf7ef8fcaf59
SHA1:
6f0eae1b94283f171003f0efe194321a3c5d1e2e
Base64:
5oy5