C:
char c = '\uC503';
printf("%c\n", c); // Output: 씃
JavaScript:
const char = '\uC503';
console.log(char); // Output: 씃
Java:
char c = '\uC503';
System.out.println(c); // Output: 씃
JSON:
{"text": "\uC503"} // Value: 씃
Python:
char = '\uC503'
print(char) # Output: 씃
Perl:
my $char = "\x{C503}";
print $char; # Output: 씃
PHP:
$char = "\x{C503}";
echo $char; // Output: 씃
Ruby:
char = "\u{C503}"
puts char # Output: 씃
Rust:
let c = '\u{C503}';
println!("{}", c); // Output: 씃
Go:
char := '\uC503'
fmt.Printf("%c\n", char) // Output: 씃
CSS:
/* CSS content property */
.element::before {
content: "\00C503"; /* 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%94%83
MD5:
0455054a66ee531f290fd2b5a6e5d8fa
SHA1:
5044ebc9523a699a8b0b2d7ac8c9d585c7e17368
Base64:
7JSD