Unicode Finder

"舐" U+8210(CJK UNIFIED IDEOGRAPH-8210)

U+8210
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8210

Programming

C
\u8210
JavaScript
\u8210
Java
\u8210
Json
\u8210
Python
\u8210
Perl
\x{8210}
PHP
\x{8210}
Ruby
\u{8210}
Rust
\u{8210}
Go
\u8210

Web

CSS
\008210
HtmlDecimal
舐
HtmlHexadecimal
舐
Url
%E8%88%90

Code

MD5
a61bc481367910c42d418a72659f4f88
Sha1
2d18e3945ac0c8744cb5597ff6a056e7a98ecf0e
Base64
6IiQ

使用範例

Programming Languages

C:

char c = '\u8210';
printf("%c\n", c);  // Output: 舐

JavaScript:

const char = '\u8210';
console.log(char);  // Output: 舐

Java:

char c = '\u8210';
System.out.println(c);  // Output: 舐

JSON:

{"text": "\u8210"}  // Value: 舐

Python:

char = '\u8210'
print(char)  # Output: 舐

Perl:

my $char = "\x{8210}";
print $char;  # Output: 舐

PHP:

$char = "\x{8210}";
echo $char;  // Output: 舐

Ruby:

char = "\u{8210}"
puts char  # Output: 舐

Rust:

let c = '\u{8210}';
println!("{}", c);  // Output: 舐

Go:

char := '\u8210'
fmt.Printf("%c\n", char)  // Output: 舐

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008210";  /* Display: 舐 */
}

HTML Decimal:

<p>HTML decimal: &#33296;</p>  <!-- Display: 舐 -->

HTML Hexadecimal:

<p>HTML hex: &#x8210;</p>  <!-- Display: 舐 -->

URL Encoding:

// 舐 URL encoding
https://unicodefinder.com/search.php?query=%E8%88%90

Encodings

MD5:

a61bc481367910c42d418a72659f4f88

SHA1:

2d18e3945ac0c8744cb5597ff6a056e7a98ecf0e

Base64:

6IiQ