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