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