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