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