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