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