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