C:
char c = '\u76B4';
printf("%c\n", c); // Output: 皴
JavaScript:
const char = '\u76B4';
console.log(char); // Output: 皴
Java:
char c = '\u76B4';
System.out.println(c); // Output: 皴
JSON:
{"text": "\u76B4"} // Value: 皴
Python:
char = '\u76B4'
print(char) # Output: 皴
Perl:
my $char = "\x{76B4}";
print $char; # Output: 皴
PHP:
$char = "\x{76B4}";
echo $char; // Output: 皴
Ruby:
char = "\u{76B4}"
puts char # Output: 皴
Rust:
let c = '\u{76B4}';
println!("{}", c); // Output: 皴
Go:
char := '\u76B4'
fmt.Printf("%c\n", char) // Output: 皴
CSS:
/* CSS content property */
.element::before {
content: "\0076B4"; /* 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%9A%B4
MD5:
af25f5abbb38fb89aa23dcf7612335b0
SHA1:
d5611eed8cd493f909601a89f66add1a23933d30
Base64:
55q0