C:
char c = '\uAF70';
printf("%c\n", c); // Output: 꽰
JavaScript:
const char = '\uAF70';
console.log(char); // Output: 꽰
Java:
char c = '\uAF70';
System.out.println(c); // Output: 꽰
JSON:
{"text": "\uAF70"} // Value: 꽰
Python:
char = '\uAF70'
print(char) # Output: 꽰
Perl:
my $char = "\x{AF70}";
print $char; # Output: 꽰
PHP:
$char = "\x{AF70}";
echo $char; // Output: 꽰
Ruby:
char = "\u{AF70}"
puts char # Output: 꽰
Rust:
let c = '\u{AF70}';
println!("{}", c); // Output: 꽰
Go:
char := '\uAF70'
fmt.Printf("%c\n", char) // Output: 꽰
CSS:
/* CSS content property */
.element::before {
content: "\00AF70"; /* 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%BD%B0
MD5:
367985a8d4d3e6468efd0a9d67503158
SHA1:
0f750b0f892dc0cd27b8f1c48774e3d6eccd73b1
Base64:
6r2w