C:
char c = '\uCC89';
printf("%c\n", c); // Output: 첉
JavaScript:
const char = '\uCC89';
console.log(char); // Output: 첉
Java:
char c = '\uCC89';
System.out.println(c); // Output: 첉
JSON:
{"text": "\uCC89"} // Value: 첉
Python:
char = '\uCC89'
print(char) # Output: 첉
Perl:
my $char = "\x{CC89}";
print $char; # Output: 첉
PHP:
$char = "\x{CC89}";
echo $char; // Output: 첉
Ruby:
char = "\u{CC89}"
puts char # Output: 첉
Rust:
let c = '\u{CC89}';
println!("{}", c); // Output: 첉
Go:
char := '\uCC89'
fmt.Printf("%c\n", char) // Output: 첉
CSS:
/* CSS content property */
.element::before {
content: "\00CC89"; /* 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%B2%89
MD5:
7ead518c31db70a3975eb74eeac92e6d
SHA1:
86a3c9a6fa280266279a6f9934d9d37b0d46bcb4
Base64:
7LKJ