Unicode Finder

"舙" U+8219(CJK UNIFIED IDEOGRAPH-8219)

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

Programming

C
\u8219
JavaScript
\u8219
Java
\u8219
Json
\u8219
Python
\u8219
Perl
\x{8219}
PHP
\x{8219}
Ruby
\u{8219}
Rust
\u{8219}
Go
\u8219

Web

CSS
\008219
HtmlDecimal
舙
HtmlHexadecimal
舙
Url
%E8%88%99

Code

MD5
ee1e23efdd46079bb2ed156643800995
Sha1
0af60c96245f2f41a794cd065879708702aa779e
Base64
6IiZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8219';
console.log(char);  // Output: 舙

Java:

char c = '\u8219';
System.out.println(c);  // Output: 舙

JSON:

{"text": "\u8219"}  // Value: 舙

Python:

char = '\u8219'
print(char)  # Output: 舙

Perl:

my $char = "\x{8219}";
print $char;  # Output: 舙

PHP:

$char = "\x{8219}";
echo $char;  // Output: 舙

Ruby:

char = "\u{8219}"
puts char  # Output: 舙

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008219";  /* Display: 舙 */
}

HTML Decimal:

<p>HTML decimal: &#33305;</p>  <!-- Display: 舙 -->

HTML Hexadecimal:

<p>HTML hex: &#x8219;</p>  <!-- Display: 舙 -->

URL Encoding:

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

Encodings

MD5:

ee1e23efdd46079bb2ed156643800995

SHA1:

0af60c96245f2f41a794cd065879708702aa779e

Base64:

6IiZ