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