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