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