C:
char c = '\uC390';
printf("%c\n", c); // Output: 쎐
JavaScript:
const char = '\uC390';
console.log(char); // Output: 쎐
Java:
char c = '\uC390';
System.out.println(c); // Output: 쎐
JSON:
{"text": "\uC390"} // Value: 쎐
Python:
char = '\uC390'
print(char) # Output: 쎐
Perl:
my $char = "\x{C390}";
print $char; # Output: 쎐
PHP:
$char = "\x{C390}";
echo $char; // Output: 쎐
Ruby:
char = "\u{C390}"
puts char # Output: 쎐
Rust:
let c = '\u{C390}';
println!("{}", c); // Output: 쎐
Go:
char := '\uC390'
fmt.Printf("%c\n", char) // Output: 쎐
CSS:
/* CSS content property */
.element::before {
content: "\00C390"; /* 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%8E%90
MD5:
0e0bc7cef64cdc1bfed6f28bbebbb45a
SHA1:
24d0f13d950896c5c828dd002c4bba300945ec91
Base64:
7I6Q