C:
char c = '\uD73C';
printf("%c\n", c); // Output: 휼
JavaScript:
const char = '\uD73C';
console.log(char); // Output: 휼
Java:
char c = '\uD73C';
System.out.println(c); // Output: 휼
JSON:
{"text": "\uD73C"} // Value: 휼
Python:
char = '\uD73C'
print(char) # Output: 휼
Perl:
my $char = "\x{D73C}";
print $char; # Output: 휼
PHP:
$char = "\x{D73C}";
echo $char; // Output: 휼
Ruby:
char = "\u{D73C}"
puts char # Output: 휼
Rust:
let c = '\u{D73C}';
println!("{}", c); // Output: 휼
Go:
char := '\uD73C'
fmt.Printf("%c\n", char) // Output: 휼
CSS:
/* CSS content property */
.element::before {
content: "\00D73C"; /* 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%BC
MD5:
1adadb1572fcd20f5c20e194a03f485e
SHA1:
d9643a156f396d764995014cd2b03d11291a28a6
Base64:
7Zy8