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