C:
char c = '\uC15C';
printf("%c\n", c); // Output: 셜
JavaScript:
const char = '\uC15C';
console.log(char); // Output: 셜
Java:
char c = '\uC15C';
System.out.println(c); // Output: 셜
JSON:
{"text": "\uC15C"} // Value: 셜
Python:
char = '\uC15C'
print(char) # Output: 셜
Perl:
my $char = "\x{C15C}";
print $char; # Output: 셜
PHP:
$char = "\x{C15C}";
echo $char; // Output: 셜
Ruby:
char = "\u{C15C}"
puts char # Output: 셜
Rust:
let c = '\u{C15C}';
println!("{}", c); // Output: 셜
Go:
char := '\uC15C'
fmt.Printf("%c\n", char) // Output: 셜
CSS:
/* CSS content property */
.element::before {
content: "\00C15C"; /* 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%85%9C
MD5:
a2a50cf4c40ce8f56bf7e626fbc56d7a
SHA1:
186b94b7059955c5a2da45937a23c56c47065daf
Base64:
7IWc