C:
char c = '\u6338';
printf("%c\n", c); // Output: 挸
JavaScript:
const char = '\u6338';
console.log(char); // Output: 挸
Java:
char c = '\u6338';
System.out.println(c); // Output: 挸
JSON:
{"text": "\u6338"} // Value: 挸
Python:
char = '\u6338'
print(char) # Output: 挸
Perl:
my $char = "\x{6338}";
print $char; # Output: 挸
PHP:
$char = "\x{6338}";
echo $char; // Output: 挸
Ruby:
char = "\u{6338}"
puts char # Output: 挸
Rust:
let c = '\u{6338}';
println!("{}", c); // Output: 挸
Go:
char := '\u6338'
fmt.Printf("%c\n", char) // Output: 挸
CSS:
/* CSS content property */
.element::before {
content: "\006338"; /* 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%B8
MD5:
423353d357482c1d7af17ed09f5cc05d
SHA1:
6245347ca770d0fc6c045edad7a622a57518f6b4
Base64:
5oy4