C:
char c = '\uD11A';
printf("%c\n", c); // Output: 턚
JavaScript:
const char = '\uD11A';
console.log(char); // Output: 턚
Java:
char c = '\uD11A';
System.out.println(c); // Output: 턚
JSON:
{"text": "\uD11A"} // Value: 턚
Python:
char = '\uD11A'
print(char) # Output: 턚
Perl:
my $char = "\x{D11A}";
print $char; # Output: 턚
PHP:
$char = "\x{D11A}";
echo $char; // Output: 턚
Ruby:
char = "\u{D11A}"
puts char # Output: 턚
Rust:
let c = '\u{D11A}';
println!("{}", c); // Output: 턚
Go:
char := '\uD11A'
fmt.Printf("%c\n", char) // Output: 턚
CSS:
/* CSS content property */
.element::before {
content: "\00D11A"; /* 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%84%9A
MD5:
35742d57587173077b57c10cccf4c1f4
SHA1:
2ac06cf58fe53d33a5dc3b841333114914303b4e
Base64:
7YSa