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