C:
char c = '\u861B';
printf("%c\n", c); // Output: 蘛
JavaScript:
const char = '\u861B';
console.log(char); // Output: 蘛
Java:
char c = '\u861B';
System.out.println(c); // Output: 蘛
JSON:
{"text": "\u861B"} // Value: 蘛
Python:
char = '\u861B'
print(char) # Output: 蘛
Perl:
my $char = "\x{861B}";
print $char; # Output: 蘛
PHP:
$char = "\x{861B}";
echo $char; // Output: 蘛
Ruby:
char = "\u{861B}"
puts char # Output: 蘛
Rust:
let c = '\u{861B}';
println!("{}", c); // Output: 蘛
Go:
char := '\u861B'
fmt.Printf("%c\n", char) // Output: 蘛
CSS:
/* CSS content property */
.element::before {
content: "\00861B"; /* 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=%E8%98%9B
MD5:
f9d513f0aab01cbbcf42e6025bc148b2
SHA1:
7f028ffca94516cb242a0a2683734a87d74583fd
Base64:
6Jib