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