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