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