C:
char c = '\uC63F';
printf("%c\n", c); // Output: 옿
JavaScript:
const char = '\uC63F';
console.log(char); // Output: 옿
Java:
char c = '\uC63F';
System.out.println(c); // Output: 옿
JSON:
{"text": "\uC63F"} // Value: 옿
Python:
char = '\uC63F'
print(char) # Output: 옿
Perl:
my $char = "\x{C63F}";
print $char; # Output: 옿
PHP:
$char = "\x{C63F}";
echo $char; // Output: 옿
Ruby:
char = "\u{C63F}"
puts char # Output: 옿
Rust:
let c = '\u{C63F}';
println!("{}", c); // Output: 옿
Go:
char := '\uC63F'
fmt.Printf("%c\n", char) // Output: 옿
CSS:
/* CSS content property */
.element::before {
content: "\00C63F"; /* 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%98%BF
MD5:
ef2d22fb8bc24fa28940bcef5f2642dd
SHA1:
34d97dc79f4c68bb746f0455de0de7f93a02aac0
Base64:
7Ji/