C:
char c = '\uB2B8';
printf("%c\n", c); // Output: 늸
JavaScript:
const char = '\uB2B8';
console.log(char); // Output: 늸
Java:
char c = '\uB2B8';
System.out.println(c); // Output: 늸
JSON:
{"text": "\uB2B8"} // Value: 늸
Python:
char = '\uB2B8'
print(char) # Output: 늸
Perl:
my $char = "\x{B2B8}";
print $char; # Output: 늸
PHP:
$char = "\x{B2B8}";
echo $char; // Output: 늸
Ruby:
char = "\u{B2B8}"
puts char # Output: 늸
Rust:
let c = '\u{B2B8}';
println!("{}", c); // Output: 늸
Go:
char := '\uB2B8'
fmt.Printf("%c\n", char) // Output: 늸
CSS:
/* CSS content property */
.element::before {
content: "\00B2B8"; /* 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=%EB%8A%B8
MD5:
1af7b36211761f98dce99db36774c3fb
SHA1:
43573800251bec10e5b7b382d98f21e51b438ff0
Base64:
64q4