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