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