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