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