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