C:
char c = '\u6197';
printf("%c\n", c); // Output: 憗
JavaScript:
const char = '\u6197';
console.log(char); // Output: 憗
Java:
char c = '\u6197';
System.out.println(c); // Output: 憗
JSON:
{"text": "\u6197"} // Value: 憗
Python:
char = '\u6197'
print(char) # Output: 憗
Perl:
my $char = "\x{6197}";
print $char; # Output: 憗
PHP:
$char = "\x{6197}";
echo $char; // Output: 憗
Ruby:
char = "\u{6197}"
puts char # Output: 憗
Rust:
let c = '\u{6197}';
println!("{}", c); // Output: 憗
Go:
char := '\u6197'
fmt.Printf("%c\n", char) // Output: 憗
CSS:
/* CSS content property */
.element::before {
content: "\006197"; /* 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%86%97
MD5:
4849022a033ad8c061ffd58375c0c90a
SHA1:
dc3ba7fb334b7b3dcdcdc81a8911b5e11ecacabb
Base64:
5oaX