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