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