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