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