C:
char c = '\uC1B7';
printf("%c\n", c); // Output: 솷
JavaScript:
const char = '\uC1B7';
console.log(char); // Output: 솷
Java:
char c = '\uC1B7';
System.out.println(c); // Output: 솷
JSON:
{"text": "\uC1B7"} // Value: 솷
Python:
char = '\uC1B7'
print(char) # Output: 솷
Perl:
my $char = "\x{C1B7}";
print $char; # Output: 솷
PHP:
$char = "\x{C1B7}";
echo $char; // Output: 솷
Ruby:
char = "\u{C1B7}"
puts char # Output: 솷
Rust:
let c = '\u{C1B7}';
println!("{}", c); // Output: 솷
Go:
char := '\uC1B7'
fmt.Printf("%c\n", char) // Output: 솷
CSS:
/* CSS content property */
.element::before {
content: "\00C1B7"; /* 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%B7
MD5:
6180492bc2c143fffd32b4a40911bb96
SHA1:
3fede3bab6038f6834406f6902d5562181cd4f8b
Base64:
7Ia3