C:
char c = '\u6322';
printf("%c\n", c); // Output: 挢
JavaScript:
const char = '\u6322';
console.log(char); // Output: 挢
Java:
char c = '\u6322';
System.out.println(c); // Output: 挢
JSON:
{"text": "\u6322"} // Value: 挢
Python:
char = '\u6322'
print(char) # Output: 挢
Perl:
my $char = "\x{6322}";
print $char; # Output: 挢
PHP:
$char = "\x{6322}";
echo $char; // Output: 挢
Ruby:
char = "\u{6322}"
puts char # Output: 挢
Rust:
let c = '\u{6322}';
println!("{}", c); // Output: 挢
Go:
char := '\u6322'
fmt.Printf("%c\n", char) // Output: 挢
CSS:
/* CSS content property */
.element::before {
content: "\006322"; /* 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%A2
MD5:
05e4497ca634d2e227e13c8f395eabbe
SHA1:
e225111ba36123f61347ef69bb1f92f8197ca469
Base64:
5oyi