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