C:
char c = '\u7697';
printf("%c\n", c); // Output: 皗
JavaScript:
const char = '\u7697';
console.log(char); // Output: 皗
Java:
char c = '\u7697';
System.out.println(c); // Output: 皗
JSON:
{"text": "\u7697"} // Value: 皗
Python:
char = '\u7697'
print(char) # Output: 皗
Perl:
my $char = "\x{7697}";
print $char; # Output: 皗
PHP:
$char = "\x{7697}";
echo $char; // Output: 皗
Ruby:
char = "\u{7697}"
puts char # Output: 皗
Rust:
let c = '\u{7697}';
println!("{}", c); // Output: 皗
Go:
char := '\u7697'
fmt.Printf("%c\n", char) // Output: 皗
CSS:
/* CSS content property */
.element::before {
content: "\007697"; /* 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=%E7%9A%97
MD5:
81e9bdb702ba141f3a1748657c0b2b0b
SHA1:
daed2ac761f14a6ee25bca00d8bea123b1ab0f35
Base64:
55qX