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