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