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