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