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