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