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