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