C:
char c = '\u7919';
printf("%c\n", c); // Output: 礙
JavaScript:
const char = '\u7919';
console.log(char); // Output: 礙
Java:
char c = '\u7919';
System.out.println(c); // Output: 礙
JSON:
{"text": "\u7919"} // Value: 礙
Python:
char = '\u7919'
print(char) # Output: 礙
Perl:
my $char = "\x{7919}";
print $char; # Output: 礙
PHP:
$char = "\x{7919}";
echo $char; // Output: 礙
Ruby:
char = "\u{7919}"
puts char # Output: 礙
Rust:
let c = '\u{7919}';
println!("{}", c); // Output: 礙
Go:
char := '\u7919'
fmt.Printf("%c\n", char) // Output: 礙
CSS:
/* CSS content property */
.element::before {
content: "\007919"; /* 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%A4%99
MD5:
b5814d78bf3913797dc22e9f1984cd28
SHA1:
08baa560e8811f83b733787ad2f820e4263cb70c
Base64:
56SZ