C:
char c = '\u7AFE';
printf("%c\n", c); // Output: 竾
JavaScript:
const char = '\u7AFE';
console.log(char); // Output: 竾
Java:
char c = '\u7AFE';
System.out.println(c); // Output: 竾
JSON:
{"text": "\u7AFE"} // Value: 竾
Python:
char = '\u7AFE'
print(char) # Output: 竾
Perl:
my $char = "\x{7AFE}";
print $char; # Output: 竾
PHP:
$char = "\x{7AFE}";
echo $char; // Output: 竾
Ruby:
char = "\u{7AFE}"
puts char # Output: 竾
Rust:
let c = '\u{7AFE}';
println!("{}", c); // Output: 竾
Go:
char := '\u7AFE'
fmt.Printf("%c\n", char) // Output: 竾
CSS:
/* CSS content property */
.element::before {
content: "\007AFE"; /* 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%AB%BE
MD5:
388c6daca23b2253ff3ca0243fc2c497
SHA1:
43e163e52990494ad61c5a080c01fff2fa3ab509
Base64:
56u+