C:
char c = '\uCDB0';
printf("%c\n", c); // Output: 춰
JavaScript:
const char = '\uCDB0';
console.log(char); // Output: 춰
Java:
char c = '\uCDB0';
System.out.println(c); // Output: 춰
JSON:
{"text": "\uCDB0"} // Value: 춰
Python:
char = '\uCDB0'
print(char) # Output: 춰
Perl:
my $char = "\x{CDB0}";
print $char; # Output: 춰
PHP:
$char = "\x{CDB0}";
echo $char; // Output: 춰
Ruby:
char = "\u{CDB0}"
puts char # Output: 춰
Rust:
let c = '\u{CDB0}';
println!("{}", c); // Output: 춰
Go:
char := '\uCDB0'
fmt.Printf("%c\n", char) // Output: 춰
CSS:
/* CSS content property */
.element::before {
content: "\00CDB0"; /* 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%B6%B0
MD5:
8f707653091a3ee0e9278ae0dfafe234
SHA1:
4e80f52b455e2beec93eeb50fa0a96d88eb1bdeb
Base64:
7Law