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