C:
char c = '\u72A7';
printf("%c\n", c); // Output: 犧
JavaScript:
const char = '\u72A7';
console.log(char); // Output: 犧
Java:
char c = '\u72A7';
System.out.println(c); // Output: 犧
JSON:
{"text": "\u72A7"} // Value: 犧
Python:
char = '\u72A7'
print(char) # Output: 犧
Perl:
my $char = "\x{72A7}";
print $char; # Output: 犧
PHP:
$char = "\x{72A7}";
echo $char; // Output: 犧
Ruby:
char = "\u{72A7}"
puts char # Output: 犧
Rust:
let c = '\u{72A7}';
println!("{}", c); // Output: 犧
Go:
char := '\u72A7'
fmt.Printf("%c\n", char) // Output: 犧
CSS:
/* CSS content property */
.element::before {
content: "\0072A7"; /* 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%8A%A7
MD5:
0284c5b73ef9c60b9fbd1d933d77524c
SHA1:
69fdf6afd75e3211969a76ecbc68502cb272745e
Base64:
54qn