C:
char c = '\uAF5B';
printf("%c\n", c); // Output: 꽛
JavaScript:
const char = '\uAF5B';
console.log(char); // Output: 꽛
Java:
char c = '\uAF5B';
System.out.println(c); // Output: 꽛
JSON:
{"text": "\uAF5B"} // Value: 꽛
Python:
char = '\uAF5B'
print(char) # Output: 꽛
Perl:
my $char = "\x{AF5B}";
print $char; # Output: 꽛
PHP:
$char = "\x{AF5B}";
echo $char; // Output: 꽛
Ruby:
char = "\u{AF5B}"
puts char # Output: 꽛
Rust:
let c = '\u{AF5B}';
println!("{}", c); // Output: 꽛
Go:
char := '\uAF5B'
fmt.Printf("%c\n", char) // Output: 꽛
CSS:
/* CSS content property */
.element::before {
content: "\00AF5B"; /* 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%9B
MD5:
cda60701d73fc893d76d1c0cfbca55be
SHA1:
585af9e1b87cf01bb686bc178bf140780c7c27bc
Base64:
6r2b