C:
char c = '\uC3BB';
printf("%c\n", c); // Output: 쎻
JavaScript:
const char = '\uC3BB';
console.log(char); // Output: 쎻
Java:
char c = '\uC3BB';
System.out.println(c); // Output: 쎻
JSON:
{"text": "\uC3BB"} // Value: 쎻
Python:
char = '\uC3BB'
print(char) # Output: 쎻
Perl:
my $char = "\x{C3BB}";
print $char; # Output: 쎻
PHP:
$char = "\x{C3BB}";
echo $char; // Output: 쎻
Ruby:
char = "\u{C3BB}"
puts char # Output: 쎻
Rust:
let c = '\u{C3BB}';
println!("{}", c); // Output: 쎻
Go:
char := '\uC3BB'
fmt.Printf("%c\n", char) // Output: 쎻
CSS:
/* CSS content property */
.element::before {
content: "\00C3BB"; /* 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%8E%BB
MD5:
5f4018b63d37cdd9f487a3a20e408602
SHA1:
3a6b31c53b1bdf8ad51b95fcb253da5589944718
Base64:
7I67