C:
char c = '\uC1B9';
printf("%c\n", c); // Output: 솹
JavaScript:
const char = '\uC1B9';
console.log(char); // Output: 솹
Java:
char c = '\uC1B9';
System.out.println(c); // Output: 솹
JSON:
{"text": "\uC1B9"} // Value: 솹
Python:
char = '\uC1B9'
print(char) # Output: 솹
Perl:
my $char = "\x{C1B9}";
print $char; # Output: 솹
PHP:
$char = "\x{C1B9}";
echo $char; // Output: 솹
Ruby:
char = "\u{C1B9}"
puts char # Output: 솹
Rust:
let c = '\u{C1B9}';
println!("{}", c); // Output: 솹
Go:
char := '\uC1B9'
fmt.Printf("%c\n", char) // Output: 솹
CSS:
/* CSS content property */
.element::before {
content: "\00C1B9"; /* 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%B9
MD5:
ff6ba3a7ab071ba85dcb5abe63635e24
SHA1:
4b7ea6926a6f1b2236569343ced7b92100ce3809
Base64:
7Ia5