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