C:
char c = '\uD19A';
printf("%c\n", c); // Output: 톚
JavaScript:
const char = '\uD19A';
console.log(char); // Output: 톚
Java:
char c = '\uD19A';
System.out.println(c); // Output: 톚
JSON:
{"text": "\uD19A"} // Value: 톚
Python:
char = '\uD19A'
print(char) # Output: 톚
Perl:
my $char = "\x{D19A}";
print $char; # Output: 톚
PHP:
$char = "\x{D19A}";
echo $char; // Output: 톚
Ruby:
char = "\u{D19A}"
puts char # Output: 톚
Rust:
let c = '\u{D19A}';
println!("{}", c); // Output: 톚
Go:
char := '\uD19A'
fmt.Printf("%c\n", char) // Output: 톚
CSS:
/* CSS content property */
.element::before {
content: "\00D19A"; /* 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%86%9A
MD5:
59a17aefdb7b59fee111c5aabf451b79
SHA1:
49556cab7e43cdf72592bc6ac157d1b271bfcd07
Base64:
7Yaa