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