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