C:
char c = '\uC89E';
printf("%c\n", c); // Output: 좞
JavaScript:
const char = '\uC89E';
console.log(char); // Output: 좞
Java:
char c = '\uC89E';
System.out.println(c); // Output: 좞
JSON:
{"text": "\uC89E"} // Value: 좞
Python:
char = '\uC89E'
print(char) # Output: 좞
Perl:
my $char = "\x{C89E}";
print $char; # Output: 좞
PHP:
$char = "\x{C89E}";
echo $char; // Output: 좞
Ruby:
char = "\u{C89E}"
puts char # Output: 좞
Rust:
let c = '\u{C89E}';
println!("{}", c); // Output: 좞
Go:
char := '\uC89E'
fmt.Printf("%c\n", char) // Output: 좞
CSS:
/* CSS content property */
.element::before {
content: "\00C89E"; /* 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=%EC%A2%9E
MD5:
07e97df0c43bafcad6e6dae9ccd677e9
SHA1:
8ba4d4c36512f9e0088631ecd2f17cc8601c0213
Base64:
7KKe