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