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