C:
char c = '\u6356';
printf("%c\n", c); // Output: 捖
JavaScript:
const char = '\u6356';
console.log(char); // Output: 捖
Java:
char c = '\u6356';
System.out.println(c); // Output: 捖
JSON:
{"text": "\u6356"} // Value: 捖
Python:
char = '\u6356'
print(char) # Output: 捖
Perl:
my $char = "\x{6356}";
print $char; # Output: 捖
PHP:
$char = "\x{6356}";
echo $char; // Output: 捖
Ruby:
char = "\u{6356}"
puts char # Output: 捖
Rust:
let c = '\u{6356}';
println!("{}", c); // Output: 捖
Go:
char := '\u6356'
fmt.Printf("%c\n", char) // Output: 捖
CSS:
/* CSS content property */
.element::before {
content: "\006356"; /* 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%8D%96
MD5:
891ec5defbc515ad3a754e45feb677ef
SHA1:
90b30dab844560fc693f62a3078943c0bfedf7c3
Base64:
5o2W