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