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