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