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