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