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