C:
char c = '\uAF73';
printf("%c\n", c); // Output: 꽳
JavaScript:
const char = '\uAF73';
console.log(char); // Output: 꽳
Java:
char c = '\uAF73';
System.out.println(c); // Output: 꽳
JSON:
{"text": "\uAF73"} // Value: 꽳
Python:
char = '\uAF73'
print(char) # Output: 꽳
Perl:
my $char = "\x{AF73}";
print $char; # Output: 꽳
PHP:
$char = "\x{AF73}";
echo $char; // Output: 꽳
Ruby:
char = "\u{AF73}"
puts char # Output: 꽳
Rust:
let c = '\u{AF73}';
println!("{}", c); // Output: 꽳
Go:
char := '\uAF73'
fmt.Printf("%c\n", char) // Output: 꽳
CSS:
/* CSS content property */
.element::before {
content: "\00AF73"; /* 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=%EA%BD%B3
MD5:
34a41b66612368dc9c9cd38861d0b6a4
SHA1:
3367caeb210d437304bd4df8af065167b62fec1a
Base64:
6r2z