C:
char c = '\uC0B7';
printf("%c\n", c); // Output: 삷
JavaScript:
const char = '\uC0B7';
console.log(char); // Output: 삷
Java:
char c = '\uC0B7';
System.out.println(c); // Output: 삷
JSON:
{"text": "\uC0B7"} // Value: 삷
Python:
char = '\uC0B7'
print(char) # Output: 삷
Perl:
my $char = "\x{C0B7}";
print $char; # Output: 삷
PHP:
$char = "\x{C0B7}";
echo $char; // Output: 삷
Ruby:
char = "\u{C0B7}"
puts char # Output: 삷
Rust:
let c = '\u{C0B7}';
println!("{}", c); // Output: 삷
Go:
char := '\uC0B7'
fmt.Printf("%c\n", char) // Output: 삷
CSS:
/* CSS content property */
.element::before {
content: "\00C0B7"; /* 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%B7
MD5:
6d437be21bd34178696b79a65a875094
SHA1:
bc595a6d6ee9d1f36e590c2c84dcd60f0b1b562b
Base64:
7IK3