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