C:
char c = '\u7C7D';
printf("%c\n", c); // Output: 籽
JavaScript:
const char = '\u7C7D';
console.log(char); // Output: 籽
Java:
char c = '\u7C7D';
System.out.println(c); // Output: 籽
JSON:
{"text": "\u7C7D"} // Value: 籽
Python:
char = '\u7C7D'
print(char) # Output: 籽
Perl:
my $char = "\x{7C7D}";
print $char; # Output: 籽
PHP:
$char = "\x{7C7D}";
echo $char; // Output: 籽
Ruby:
char = "\u{7C7D}"
puts char # Output: 籽
Rust:
let c = '\u{7C7D}';
println!("{}", c); // Output: 籽
Go:
char := '\u7C7D'
fmt.Printf("%c\n", char) // Output: 籽
CSS:
/* CSS content property */
.element::before {
content: "\007C7D"; /* 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%B1%BD
MD5:
3205b36dbaa88088fc815b1ebaff08f3
SHA1:
851b54bd81cb1af7de29f5aeea3b5eba3dab37a9
Base64:
57G9