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