C:
char c = '\uD29F';
printf("%c\n", c); // Output: 튟
JavaScript:
const char = '\uD29F';
console.log(char); // Output: 튟
Java:
char c = '\uD29F';
System.out.println(c); // Output: 튟
JSON:
{"text": "\uD29F"} // Value: 튟
Python:
char = '\uD29F'
print(char) # Output: 튟
Perl:
my $char = "\x{D29F}";
print $char; # Output: 튟
PHP:
$char = "\x{D29F}";
echo $char; // Output: 튟
Ruby:
char = "\u{D29F}"
puts char # Output: 튟
Rust:
let c = '\u{D29F}';
println!("{}", c); // Output: 튟
Go:
char := '\uD29F'
fmt.Printf("%c\n", char) // Output: 튟
CSS:
/* CSS content property */
.element::before {
content: "\00D29F"; /* 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%9F
MD5:
913bb11a50d7a18d723867e0b5f855ed
SHA1:
8675df17d1c18e2bfd5f086229621c4c8edff73e
Base64:
7Yqf