C:
char c = '\uC0FB';
printf("%c\n", c); // Output: 샻
JavaScript:
const char = '\uC0FB';
console.log(char); // Output: 샻
Java:
char c = '\uC0FB';
System.out.println(c); // Output: 샻
JSON:
{"text": "\uC0FB"} // Value: 샻
Python:
char = '\uC0FB'
print(char) # Output: 샻
Perl:
my $char = "\x{C0FB}";
print $char; # Output: 샻
PHP:
$char = "\x{C0FB}";
echo $char; // Output: 샻
Ruby:
char = "\u{C0FB}"
puts char # Output: 샻
Rust:
let c = '\u{C0FB}';
println!("{}", c); // Output: 샻
Go:
char := '\uC0FB'
fmt.Printf("%c\n", char) // Output: 샻
CSS:
/* CSS content property */
.element::before {
content: "\00C0FB"; /* 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%83%BB
MD5:
53cac8ee99c3bdaf1a6208efdcaa0d95
SHA1:
0a099359f15e5c664b8ebed78673421df64514f6
Base64:
7IO7