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