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