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