C:
char c = '\uCDD8';
printf("%c\n", c); // Output: 췘
JavaScript:
const char = '\uCDD8';
console.log(char); // Output: 췘
Java:
char c = '\uCDD8';
System.out.println(c); // Output: 췘
JSON:
{"text": "\uCDD8"} // Value: 췘
Python:
char = '\uCDD8'
print(char) # Output: 췘
Perl:
my $char = "\x{CDD8}";
print $char; # Output: 췘
PHP:
$char = "\x{CDD8}";
echo $char; // Output: 췘
Ruby:
char = "\u{CDD8}"
puts char # Output: 췘
Rust:
let c = '\u{CDD8}';
println!("{}", c); // Output: 췘
Go:
char := '\uCDD8'
fmt.Printf("%c\n", char) // Output: 췘
CSS:
/* CSS content property */
.element::before {
content: "\00CDD8"; /* 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%B7%98
MD5:
994dbc86a1131260aa1bcc1f5b7c6f3e
SHA1:
dd7da2b0d7397d00da646d1b95aa2bc52cd064dd
Base64:
7LeY