C:
char c = '\uC134';
printf("%c\n", c); // Output: 섴
JavaScript:
const char = '\uC134';
console.log(char); // Output: 섴
Java:
char c = '\uC134';
System.out.println(c); // Output: 섴
JSON:
{"text": "\uC134"} // Value: 섴
Python:
char = '\uC134'
print(char) # Output: 섴
Perl:
my $char = "\x{C134}";
print $char; # Output: 섴
PHP:
$char = "\x{C134}";
echo $char; // Output: 섴
Ruby:
char = "\u{C134}"
puts char # Output: 섴
Rust:
let c = '\u{C134}';
println!("{}", c); // Output: 섴
Go:
char := '\uC134'
fmt.Printf("%c\n", char) // Output: 섴
CSS:
/* CSS content property */
.element::before {
content: "\00C134"; /* 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%84%B4
MD5:
3253891b6ce2ddac40541970ea3bcc38
SHA1:
3fcdf5f17c12935b928c6fd4ee8ac8ca6aff4078
Base64:
7IS0