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