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