Unicode Finder

"填" U+586B(CJK UNIFIED IDEOGRAPH-586B)

U+586B
Bloknaam
CJK Unified Ideographs
Naam
CJK UNIFIED IDEOGRAPH-586B

Programming

C
\u586B
JavaScript
\u586B
Java
\u586B
Json
\u586B
Python
\u586B
Perl
\x{586B}
PHP
\x{586B}
Ruby
\u{586B}
Rust
\u{586B}
Go
\u586B

Web

CSS
\00586B
HtmlDecimal
填
HtmlHexadecimal
填
Url
%E5%A1%AB

Code

MD5
8f480da76ef6c057de2aa9e822edfdf5
Sha1
06104647d7933c3ede4cfec876e6409e0c9addc5
Base64
5aGr

Gebruiksvoorbeelden

Programming Languages

C:

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

JavaScript:

const char = '\u586B';
console.log(char);  // Output: 填

Java:

char c = '\u586B';
System.out.println(c);  // Output: 填

JSON:

{"text": "\u586B"}  // Value: 填

Python:

char = '\u586B'
print(char)  # Output: 填

Perl:

my $char = "\x{586B}";
print $char;  # Output: 填

PHP:

$char = "\x{586B}";
echo $char;  // Output: 填

Ruby:

char = "\u{586B}"
puts char  # Output: 填

Rust:

let c = '\u{586B}';
println!("{}", c);  // Output: 填

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00586B";  /* Display: 填 */
}

HTML Decimal:

<p>HTML decimal: &#22635;</p>  <!-- Display: 填 -->

HTML Hexadecimal:

<p>HTML hex: &#x586B;</p>  <!-- Display: 填 -->

URL Encoding:

// 填 URL encoding
https://unicodefinder.com/search.php?query=%E5%A1%AB

Encodings

MD5:

8f480da76ef6c057de2aa9e822edfdf5

SHA1:

06104647d7933c3ede4cfec876e6409e0c9addc5

Base64:

5aGr