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