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