Unicode Finder

"啮" U+556E(CJK UNIFIED IDEOGRAPH-556E)

U+556E
Название Блока
CJK Unified Ideographs
Название
CJK UNIFIED IDEOGRAPH-556E

Programming

C
\u556E
JavaScript
\u556E
Java
\u556E
Json
\u556E
Python
\u556E
Perl
\x{556E}
PHP
\x{556E}
Ruby
\u{556E}
Rust
\u{556E}
Go
\u556E

Web

CSS
\00556E
HtmlDecimal
啮
HtmlHexadecimal
啮
Url
%E5%95%AE

Code

MD5
6d007003f0d1efccbf1f7410516333b1
Sha1
e2eb21bf6c71fb0cea36a5fd3978304ca96eeed6
Base64
5ZWu

Примеры Использования

Programming Languages

C:

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

JavaScript:

const char = '\u556E';
console.log(char);  // Output: 啮

Java:

char c = '\u556E';
System.out.println(c);  // Output: 啮

JSON:

{"text": "\u556E"}  // Value: 啮

Python:

char = '\u556E'
print(char)  # Output: 啮

Perl:

my $char = "\x{556E}";
print $char;  # Output: 啮

PHP:

$char = "\x{556E}";
echo $char;  // Output: 啮

Ruby:

char = "\u{556E}"
puts char  # Output: 啮

Rust:

let c = '\u{556E}';
println!("{}", c);  // Output: 啮

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00556E";  /* Display: 啮 */
}

HTML Decimal:

<p>HTML decimal: &#21870;</p>  <!-- Display: 啮 -->

HTML Hexadecimal:

<p>HTML hex: &#x556E;</p>  <!-- Display: 啮 -->

URL Encoding:

// 啮 URL encoding
https://unicodefinder.com/search.php?query=%E5%95%AE

Encodings

MD5:

6d007003f0d1efccbf1f7410516333b1

SHA1:

e2eb21bf6c71fb0cea36a5fd3978304ca96eeed6

Base64:

5ZWu