C:
char c = '\uC27C';
printf("%c\n", c); // Output: 쉼
JavaScript:
const char = '\uC27C';
console.log(char); // Output: 쉼
Java:
char c = '\uC27C';
System.out.println(c); // Output: 쉼
JSON:
{"text": "\uC27C"} // Value: 쉼
Python:
char = '\uC27C'
print(char) # Output: 쉼
Perl:
my $char = "\x{C27C}";
print $char; # Output: 쉼
PHP:
$char = "\x{C27C}";
echo $char; // Output: 쉼
Ruby:
char = "\u{C27C}"
puts char # Output: 쉼
Rust:
let c = '\u{C27C}';
println!("{}", c); // Output: 쉼
Go:
char := '\uC27C'
fmt.Printf("%c\n", char) // Output: 쉼
CSS:
/* CSS content property */
.element::before {
content: "\00C27C"; /* 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%89%BC
MD5:
8decd1f23d7cd34d3ba7d6b6f70da265
SHA1:
34b1642dfac283ece012d727a3b446d8c079a71c
Base64:
7Im8