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