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