C:
char c = '\u6327';
printf("%c\n", c); // Output: 挧
JavaScript:
const char = '\u6327';
console.log(char); // Output: 挧
Java:
char c = '\u6327';
System.out.println(c); // Output: 挧
JSON:
{"text": "\u6327"} // Value: 挧
Python:
char = '\u6327'
print(char) # Output: 挧
Perl:
my $char = "\x{6327}";
print $char; # Output: 挧
PHP:
$char = "\x{6327}";
echo $char; // Output: 挧
Ruby:
char = "\u{6327}"
puts char # Output: 挧
Rust:
let c = '\u{6327}';
println!("{}", c); // Output: 挧
Go:
char := '\u6327'
fmt.Printf("%c\n", char) // Output: 挧
CSS:
/* CSS content property */
.element::before {
content: "\006327"; /* 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%A7
MD5:
6aaf061333efe831e16e2506ebc175e5
SHA1:
1e5200b0154f8c70f60061af8833e9ad521d6ad5
Base64:
5oyn