C:
char c = '\u7B3B';
printf("%c\n", c); // Output: 笻
JavaScript:
const char = '\u7B3B';
console.log(char); // Output: 笻
Java:
char c = '\u7B3B';
System.out.println(c); // Output: 笻
JSON:
{"text": "\u7B3B"} // Value: 笻
Python:
char = '\u7B3B'
print(char) # Output: 笻
Perl:
my $char = "\x{7B3B}";
print $char; # Output: 笻
PHP:
$char = "\x{7B3B}";
echo $char; // Output: 笻
Ruby:
char = "\u{7B3B}"
puts char # Output: 笻
Rust:
let c = '\u{7B3B}';
println!("{}", c); // Output: 笻
Go:
char := '\u7B3B'
fmt.Printf("%c\n", char) // Output: 笻
CSS:
/* CSS content property */
.element::before {
content: "\007B3B"; /* 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%AC%BB
MD5:
5eea07def9730c5fd09203bb8a386e47
SHA1:
d2127bbb65d9b7f284cb9fd1b1b3c3ca37faa588
Base64:
56y7