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