C:
char c = '\uC43E';
printf("%c\n", c); // Output: 쐾
JavaScript:
const char = '\uC43E';
console.log(char); // Output: 쐾
Java:
char c = '\uC43E';
System.out.println(c); // Output: 쐾
JSON:
{"text": "\uC43E"} // Value: 쐾
Python:
char = '\uC43E'
print(char) # Output: 쐾
Perl:
my $char = "\x{C43E}";
print $char; # Output: 쐾
PHP:
$char = "\x{C43E}";
echo $char; // Output: 쐾
Ruby:
char = "\u{C43E}"
puts char # Output: 쐾
Rust:
let c = '\u{C43E}';
println!("{}", c); // Output: 쐾
Go:
char := '\uC43E'
fmt.Printf("%c\n", char) // Output: 쐾
CSS:
/* CSS content property */
.element::before {
content: "\00C43E"; /* 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%90%BE
MD5:
b4efb07bc85a959d5ae8bdd9bc0f189a
SHA1:
543c7eeefe58ace9b20aa203bc545a5a07f43290
Base64:
7JC+