Deokjin-gu

Deokjin-gu is a non-autonomous district in the City of Jeonju in North Jeolla Province, South Korea.

Deokjin-gu

덕진구
Korean transcription(s)
  Hanja德津區
  Revised RomanizationDeokjin-gu
  McCune-ReischauerTŏkchin-gu
CountrySouth Korea
RegionHonam
ProvinceNorth Jeolla
CityJeonju
Administrative divisions15 dong
Area
  Total110.77 km2 (42.77 sq mi)
Population
 (2012.12)
  Total284,877[1]
  Density2,571/km2 (6,660/sq mi)
  Dialect
Jeolla
WebsiteDeokjin-gu Office

Administrative divisions

Deokjin-gu is divided into 15 neighbourhoods (dong).[1]

Hangul Hanja
Jinbuk-dong진북동鎭北洞
Inhu-dong인후1동麟後洞
인후2동
인후3동
Deokjin-dong덕진동德津洞
Geumam-dong금암1동金岩洞
금암2동
Palbok-dong팔복동八福洞
Ua-dong우아1동牛牙洞
우아2동
Hoseong-dong호성동湖城洞
Songcheon-dong송천1동松川洞
송천2동
Jochon-dong조촌동助村洞
Dongsan-dong동산동東山洞
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.