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