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