C:
char c = '\u6326';
printf("%c\n", c); // Output: 挦
JavaScript:
const char = '\u6326';
console.log(char); // Output: 挦
Java:
char c = '\u6326';
System.out.println(c); // Output: 挦
JSON:
{"text": "\u6326"} // Value: 挦
Python:
char = '\u6326'
print(char) # Output: 挦
Perl:
my $char = "\x{6326}";
print $char; # Output: 挦
PHP:
$char = "\x{6326}";
echo $char; // Output: 挦
Ruby:
char = "\u{6326}"
puts char # Output: 挦
Rust:
let c = '\u{6326}';
println!("{}", c); // Output: 挦
Go:
char := '\u6326'
fmt.Printf("%c\n", char) // Output: 挦
CSS:
/* CSS content property */
.element::before {
content: "\006326"; /* 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%A6
MD5:
f7bd85bc5349f91f2c60359eafa1645e
SHA1:
070ba640b05aacb4db1c12e805a1b00e7d4d1f58
Base64:
5oym