C:
char c = '\uD72A';
printf("%c\n", c); // Output: 휪
JavaScript:
const char = '\uD72A';
console.log(char); // Output: 휪
Java:
char c = '\uD72A';
System.out.println(c); // Output: 휪
JSON:
{"text": "\uD72A"} // Value: 휪
Python:
char = '\uD72A'
print(char) # Output: 휪
Perl:
my $char = "\x{D72A}";
print $char; # Output: 휪
PHP:
$char = "\x{D72A}";
echo $char; // Output: 휪
Ruby:
char = "\u{D72A}"
puts char # Output: 휪
Rust:
let c = '\u{D72A}';
println!("{}", c); // Output: 휪
Go:
char := '\uD72A'
fmt.Printf("%c\n", char) // Output: 휪
CSS:
/* CSS content property */
.element::before {
content: "\00D72A"; /* 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=%ED%9C%AA
MD5:
a57fcbf24e5e047fb235819fb307f33f
SHA1:
3af3d49316bc6d81491c8e2908a9c584bcfd84fc
Base64:
7Zyq