C:
char c = '\uC08F';
printf("%c\n", c); // Output: 삏
JavaScript:
const char = '\uC08F';
console.log(char); // Output: 삏
Java:
char c = '\uC08F';
System.out.println(c); // Output: 삏
JSON:
{"text": "\uC08F"} // Value: 삏
Python:
char = '\uC08F'
print(char) # Output: 삏
Perl:
my $char = "\x{C08F}";
print $char; # Output: 삏
PHP:
$char = "\x{C08F}";
echo $char; // Output: 삏
Ruby:
char = "\u{C08F}"
puts char # Output: 삏
Rust:
let c = '\u{C08F}';
println!("{}", c); // Output: 삏
Go:
char := '\uC08F'
fmt.Printf("%c\n", char) // Output: 삏
CSS:
/* CSS content property */
.element::before {
content: "\00C08F"; /* 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%8F
MD5:
60ceb0e71959b635806ab46aea4d8ae6
SHA1:
87daf70e2016f2926c6e4cac2f87fbb14eb43a43
Base64:
7IKP